Download the PHP package javaabu/boli-api without Composer
On this page you can find all versions of the php package javaabu/boli-api. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download javaabu/boli-api
More information about javaabu/boli-api
Files in javaabu/boli-api
Package boli-api
Short Description PHP SDK for Ministry of Economic Development's Boli System
License MIT
Homepage https://github.com/Javaabu/boli-api
Informations about the package boli-api
Boli API
PHP SDK for Ministry of Economic Development's Boli System
Contents
- Installation
- Setting up the Boli API credentials
- Usage
- Available Methods
- Changelog
- Testing
- Security
- Contributing
- Credits
- License
- Disclaimer
Installation
You can install the package via composer:
Laravel 5.5 and above uses Package Auto-Discovery, so doesn't require you to manually add the ServiceProvider.
After updating composer, add the ServiceProvider to the providers array in config/app.php
Optionally add the facade.
Setting up the Boli API credentials
Add your Boli Username, Password, and Url (optional) to your config/services.php
:
Usage
Using the App container:
Using the Facade
Available Methods
Testing
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
- Javaabu Pvt. Ltd.
- Mohamed Jailam
- Arushad Ahmed (@dash8x)
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
Disclaimer
This package is not in any way officially affiliated with Maldives Ministry of Economic Development. The "Boli" name has been used under fair use.
All versions of boli-api with dependencies
guzzlehttp/guzzle Version ~7.0
illuminate/support Version ^5.6|^6.0|^7.0|^8.0|^9.0