Download the PHP package alalm3i/edfapay-laravel without Composer
On this page you can find all versions of the php package alalm3i/edfapay-laravel. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download alalm3i/edfapay-laravel
More information about alalm3i/edfapay-laravel
Files in alalm3i/edfapay-laravel
Package edfapay-laravel
Short Description Laravel's integration with EdfaPay payment gateway
License MIT
Homepage https://github.com/alalm3i/edfapay-laravel
Informations about the package edfapay-laravel
Laravel's integration with EdfaPay payment gateway
This is an easy way to integrate with EdfaPay and get payment link correctly.
You can find EdfaPay API documentation here
Installation
You can install the package via composer:
You can publish the config file with:
This is the contents of the published config file:
Usage
This package cover generating the payment link only.
ToDo
- [x] Generate payment URL
- [ ] Handle payment notifications
- [ ] Handle route for notification webhook
You can extend alalm3i\EdfaPay\EdfaPayNotification
class to utilize it as a wrapper with some useful getters for notification callback payload. Just initialize it with the response object received from EdfaPay.
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
- Nabeel Alalmai
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of edfapay-laravel with dependencies
guzzlehttp/guzzle Version ^7.8
illuminate/contracts Version ^10.0||^11.0
illuminate/support Version ^10.0|^11.0
spatie/laravel-package-tools Version ^1.16