Download the PHP package akcybex/laravel-jazzcash without Composer
On this page you can find all versions of the php package akcybex/laravel-jazzcash. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download akcybex/laravel-jazzcash
More information about akcybex/laravel-jazzcash
Files in akcybex/laravel-jazzcash
Package laravel-jazzcash
Short Description Jazzcash - Laravel Jazzcash Payment Gateway Integration
License MIT
Informations about the package laravel-jazzcash
Installation Steps
1. Require the Package
After creating your new Laravel application you can include the Laravel Jazzcash package with the following command:
2. Add the Jazzcash Merchant Sandbox or Live Credentials
Next make sure to Jazzcash Merchant Sandbox or Live credentials to your .env file & their environment to use relevant credentials:
3. Run Migration
Next to run migration command to migrate jazzcash transaction table.
4. Generate MWALLET Request Form Fields, Generate form & Send Payment Request
Next to generate MWALLET request form fields from your checkout details and set amount as well as send request:
Note: Currently this package is only supporting MWALLET request soon we will add other features.
Pass generated fields data to view and then paste this code in view:
this will submit your request to jazzcash merchant and redirect automatically.
5. Handle Jazzcash response on transaction complete
Lastly, you just need to check code and get checkout details from jazzcash object which was submitted while checkout.
Support
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
License
The MIT License (MIT). Please see License File for more information.