sharifelvin / laravel-kapitalbank
Kapital Bank Transfer is payment gateway package for Azerbaijan's Kapital Bank in PHP Laravel.
dev-main
2021-05-20 11:47 UTC
Requires
- php: ^7.1
- illuminate/support: >=6.0
Requires (Dev)
- orchestra/testbench: ^4.0
- phpunit/phpunit: ^8.0
This package is auto-updated.
Last update: 2025-04-20 21:07:41 UTC
README
Kapital Bank Transfer is a laravel package for Azerbaijan's Kapital Bank Payment gateway.
Installation
You can install the package via composer:
composer require sharifelvin/laravel-kapitalbank
Usage
$request = [ 'lang' => 'RU', 'amount' => '1000' 'currency' => '922', 'description' => 'A sample descriotion...', 'approve' => 'http://example.com/approve', 'cancel' => 'http://example.com/cancel', 'decline' => 'http://example.com/decline', ]; KapitalBankTransferFacade::load()->create($request);
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 sharifelvin@gmail.com instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.