Download the PHP package karim007/laravel-bkash without Composer
On this page you can find all versions of the php package karim007/laravel-bkash. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download karim007/laravel-bkash
More information about karim007/laravel-bkash
Files in karim007/laravel-bkash
Download karim007/laravel-bkash
More information about karim007/laravel-bkash
Files in karim007/laravel-bkash
Vendor karim007
Package laravel-bkash
Short Description This is bKash payment gateway for laravel
License MIT
Package laravel-bkash
Short Description This is bKash payment gateway for laravel
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel-bkash
Bkash Payment Gateway for PHP/Laravel Framework
Features
This is a php/laravel wrapper package for Bkash
Requirements
- PHP >=7.4
- Laravel >= 6
Installation
vendor publish (config)
After publish config file setup your credential. you can see this in your config directory bkash.php file
Set .env configuration
Usage
1. create a controller
2. you can override the routes (routes must be in authenticate bkash prefer it)
3. you can also override the methods
must be included in your controller
4. payment page
4. grand token get
4. create payment
5. execute payment
6. query payment
7. success
8. refundPage
9. refund
Required APIs
- Developer Portal (detail Product, workflow, API information): https://developer.bka.sh/docs/checkout-process-overview
- Grant Token : https://developer.bka.sh/v1.2.0-beta/reference#gettokenusingpost
- Create Payment : https://developer.bka.sh/v1.2.0-beta/reference#createpaymentusingpost
- Execute Payment : https://developer.bka.sh/v1.2.0-beta/reference#executepaymentusingpost
- Query Payment : https://developer.bka.sh/v1.2.0-beta/reference#querypaymentusingget
- Search Transaction Details : https://developer.bka.sh/v1.2.0-beta/reference#searchtransactionusingget
Checkout Demo
- Go to https://merchantdemo.sandbox.bka.sh/frontend/checkout/version/1.2.0-beta
- Wallet Number: 01770618575
- OTP: 123456
- Pin: 12121
Contributions to the Bkash Payment Gateway package are welcome. Please note the following guidelines before submitting your pull request.
- Follow PSR-4 coding standards.
- Read Nagad API documentations first. Please contact with Nagad for their api documentation and sandbox access.
License
This repository is licensed under the MIT License.
Copyright 2022 md abdul karim. We are not affiliated with Nagad and don't give any guarantee.
All versions of laravel-bkash with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.4|^8.0|^8.1|^8.2
illuminate/support Version ^6|^7|^8|^9|^10
ext-curl Version *
illuminate/support Version ^6|^7|^8|^9|^10
ext-curl Version *
The package karim007/laravel-bkash contains the following files
Loading the files please wait ....