Download the PHP package javaabu/bml-connect-laravel without Composer
On this page you can find all versions of the php package javaabu/bml-connect-laravel. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download javaabu/bml-connect-laravel
More information about javaabu/bml-connect-laravel
Files in javaabu/bml-connect-laravel
Package bml-connect-laravel
Short Description Laravel wrapper for BML Connect PHP SDK
License MIT
Homepage https://github.com/javaabu/bml-connect-laravel
Informations about the package bml-connect-laravel
BML Connect Laravel
Laravel wrapper for BML Connect PHP SDK.
Installation
You can install the package via composer:
Laravel 5.5 uses Package Auto-Discovery, so doesn't require you to manually add the ServiceProvider/Facade.
After updating composer, add the ServiceProvider to the providers array in config/app.php
Optionally you can use the Facade for shorter code. Add this to your facades:
Setting up the BML Connect credentials
Add your BML Connect API Key and APP ID to your config/services.php
.
You can refer to how to generate the API Keys from the (Official BML Connect Documentation)[https://github.com/bankofmaldives/bml-connect#authentication].
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.
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of bml-connect-laravel with dependencies
bankofmaldives/bml-connect-php Version ^2.0
guzzlehttp/guzzle Version ~7.0
illuminate/support Version ^5.5|^6|^7|^8.0|^9.0|^10.0|^11.0|^12.0