musahmusah / laravel-multipayment-gateways
A Laravel Package that makes implementation of multiple payment Gateways endpoints and webhooks seamless
Installs: 1 104
Dependents: 1
Suggesters: 0
Security: 0
Stars: 77
Watchers: 1
Forks: 11
Open Issues: 1
Requires
- php: ^8.0|^8.1|^8.2|^8.3
- guzzlehttp/guzzle: ^7.5
- illuminate/contracts: ^8.50|^9.0|^10.0|^11.0
- illuminate/support: ^8.50|^9.0|^10.0|^11.0
- spatie/laravel-package-tools: ^1.11
Requires (Dev)
- laravel/pint: ^1.0
- nunomaduro/collision: ^5.3|^6.0|^v7.10|^8.1.1
- nunomaduro/larastan: ^1.0.4|^2.2
- orchestra/testbench: ^6.0|^7.0|^8.0|^9.0
- pestphp/pest: ^1.21|^2.34
- pestphp/pest-plugin-laravel: ^1.1|^v2.3.0
- phpstan/extension-installer: ^1.1
- phpstan/phpstan-deprecation-rules: ^1.0
- phpstan/phpstan-phpunit: ^1.0
- phpunit/phpunit: ^9.5|^10.4
README
The laravel-multipayment-gateways
package provides a convenient way to handle payments through multiple payment gateways in a Laravel 8, 9 and 10 application.
The package currently supports multiple gateways such as Paystack, Flutterwave and Stripe.
The package offers an easy to use interface that abstracts the complexities of integrating with these payment gateways.
It also provides a way to handle webhooks from the payment gateways.
Documentation
A comprehensive documentation is available to help you get started with the package here
Testing
php artisan test
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
License
The MIT License (MIT). Please see License File for more information.