mdhesari / nasiba-laravel
Nasiba gateway
1.0.0
2023-07-27 15:54 UTC
Requires
- php: ^8.0
- ext-http: *
- ext-openssl: *
- guzzlehttp/guzzle: ^7.5
- illuminate/support: ^8.0|^9.0
Requires (Dev)
- orchestra/testbench: ^6.0
- phpunit/phpunit: ^9.0
README
Nasiba decorator for laravel.
Installation
You can install the package via composer:
composer require mdhesari/nasiba
Usage
app('nasiba')->getPaymentToken([ 'quantity' => $quantity, 'invoiceNumber' => $id, 'installmentsCount' => 1, 'maxCreditShare' => $max_credit_share, 'mobile' => $mobile, 'timestamp' => $timestamp = today()->format('Y-m-d').'T'.now()->format('h:i:s'), ]);
Testing
composer test
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 mdhesari99@gmail.com instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.
Laravel Package Boilerplate
This package was generated using the Laravel Package Boilerplate.