Download the PHP package tipusultan/laravel-bkash without Composer
On this page you can find all versions of the php package tipusultan/laravel-bkash. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download tipusultan/laravel-bkash
More information about tipusultan/laravel-bkash
Files in tipusultan/laravel-bkash
Package laravel-bkash
Short Description A Laravel package for bKash payment integration
License MIT
Informations about the package laravel-bkash
Laravel bKash Payment Gateway
A simple and efficient bKash Payment Gateway integration package for Laravel 10 & 11.
Features
- Easy bKash Payment Integration
- Supports both Sandbox & Live Mode
- Handles Refunds & Callbacks
- Compatible with Laravel 10 & 11
Installation
1. Install Package
2. Publish Package Files
Or publish individual components
3. Configure Environment Variables
Add these to your .env
file:
Package Structure
Usage
Payment Routes
Refund Routes
Available Routes
Method | URI | Action | Route Name |
---|---|---|---|
GET | /bkash | Show payment form | url-pay |
POST | /bkash/create | Create payment | url-create |
GET | /bkash/callback | Handle callback | url-callback |
GET | /bkash/refund | Show refund form | url-get-refund |
POST | /bkash/refund | Process refund | url-post-refund |
Available Views
View | Path |
---|---|
Payment Form | resources/views/bkash/pay.blade.php |
Success Page | resources/views/bkash/success.blade.php |
Failure Page | resources/views/bkash/fail.blade.php |
Refund Form | resources/views/bkash/refund.blade.php |
Important Notice
⚠️ This bKash Payment Gateway package is for educational & testing purposes only. Before using it in production, thoroughly test all features and report any issues.
Contributing
Found a bug? Open an issue in the GitHub repository. Contributions are welcome! Feel free to submit pull requests.
License
This package is licensed under the MIT License.
🌟 If you find this package helpful, please star this repository!