Download the PHP package laraditz/gkash without Composer
On this page you can find all versions of the php package laraditz/gkash. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download laraditz/gkash
More information about laraditz/gkash
Files in laraditz/gkash
Package gkash
Short Description Simple laravel package for Gkash Payment Gateway.
License MIT
Homepage https://github.com/laraditz/gkash
Informations about the package gkash
Laravel Gkash
Simple laravel package for Gkash Payment Gateway.
Installation
You can install the package via composer:
Before Start
Configure your variables in your .env
(recommended) or you can publish the config file and change it there.
(Optional) You can publish the config file via this command:
Run the migration command to create the necessary database table.
Usage
Create Payment
To create payment and get the payment URL to be redirected to. You can use service container or facade.
Return example:
Redirect to the payment_url
to proceed to Gkash payment page. Once done, you will be redirected to the returnUrl. Below is the sample response returned.
Payment Status | Description |
---|---|
1 | Created |
2 | Pending |
3 | Success |
4 | Failed |
5 | Cancelled |
6 | None |
Event
This package also provide some events to allow your application to listen to it. You can create your listener and register it under event below.
Event | Description |
---|---|
Laraditz\Gkash\Events\BackendReceived | Received backend response from Gkash for a payment. Can use to update your payment status and other details |
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
- Raditz Farhan
- All Contributors
License
The MIT License (MIT). Please see License File for more information.