Download the PHP package itsrafsanjani/laravel-bkash without Composer
On this page you can find all versions of the php package itsrafsanjani/laravel-bkash. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download itsrafsanjani/laravel-bkash
More information about itsrafsanjani/laravel-bkash
Files in itsrafsanjani/laravel-bkash
Package laravel-bkash
Short Description Bkash Payment Gateway for Laravel
License MIT
Homepage https://github.com/itsrafsanjani/laravel-bkash
Informations about the package laravel-bkash
Bkash Payment Gateway for Laravel
Laravel Bkash is a Laravel package for Bkash Payment Gateway. It uses the Tokenized API of Bkash.
Installation
You can install the package via composer:
You can publish the config file with:
This is the contents of the published config file:
Configuration
-
Setup
.env
-
Create route for bkash in
routes/web.php
- Add exception in
app\Http\Middleware\VerifyCsrfToken.php
Usage
Pay and Callback (Example Code for Controller)
Available Methods and Response
Create Payment
Example Response
Execute Payment
Example Response
Query Payment
Example Response
Search Transaction
Example Response
Testing
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
- itsrafsanjani
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-bkash with dependencies
illuminate/contracts Version ^9.0 || ^10.0
spatie/laravel-data Version ^3.9
spatie/laravel-package-tools Version ^1.14.0