From f6d895f7b3bcfc8d11bb497d10e96b0e01327190 Mon Sep 17 00:00:00 2001 From: Achmad Hadi Kurnia Date: Sat, 16 Mar 2024 18:09:33 +0700 Subject: [PATCH] Update readme --- README.md | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/README.md b/README.md index 941ab01..75ebc48 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,14 @@ Want to provide tangible support? Use the following platform to contribute to op We highly appreciate you sending us a few cups of coffee to accompany us while writing code. Super thanks. +## Use pro version + +We also offer a professional version. We're excited for you to try it out, as it allows us to consistently deliver high-quality software. Don't hesitate to contact us at kanekescom@gmail.com for further information. + +- Laravel SIASN Referensi Panel +- Laravel SIASN SIMPEG Panel +- SIMPEGDA App + ## Installation You can install the package via composer: @@ -82,6 +90,38 @@ php artisan siasn:token composer test ``` +## Our other cool packages + +Need a package for other BKN's Web Service APIs? Consider installing our packages for seamless integration. + +### Referensi APIs + +- Laravel SIASN Referensi API as API client. + +```bash +composer require kanekescom/laravel-siasn-referensi-api +``` + +- Laravel SIASN Referensi as backend. + +```bash +composer require kanekescom/laravel-siasn-referensi +``` + +### SIASNAPI-SIMPEG APIs + +- Laravel SIASN SIMPEG API as API client. + +```bash +composer require kanekescom/laravel-siasn-simpeg-api +``` + +- Laravel SIASN SIMPEG as backend. + +```bash +composer require kanekescom/laravel-siasn-simpeg +``` + ## Changelog Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.