LaravelPackages.net
Acme Inc.
Toggle sidebar
musahmusah/laravel-multipayment-gateways

A Laravel Package that makes implementation of multiple payment Gateways endpoints and webhooks seamless

2.309
88
2.0.1
About musahmusah/laravel-multipayment-gateways

musahmusah/laravel-multipayment-gateways is a Laravel package for a laravel package that makes implementation of multiple payment gateways endpoints and webhooks seamless. It currently has 88 GitHub stars and 2.309 downloads on Packagist (latest version 2.0.1). Install it with composer require musahmusah/laravel-multipayment-gateways. Discover more Laravel packages by musahmusah or browse all Laravel packages to compare alternatives.

Last updated

A Laravel Package that makes implementation of multiple payment Gateways endpoints and webhooks seamless

Latest Version on Packagist PHP from Packagist Laravel Version Test Status Code Style Status Total Downloads

The laravel-multipayment-gateways package provides a convenient way to handle payments through multiple payment gateways in a Laravel 11, 12 and 13 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.

Installation

composer require musahmusah/laravel-multipayment-gateways

Version Compatibility

| Package | Laravel | PHP | |---------|---------|------| | 1.x | 8–12 | 8.0+ | | 2.x | 11–13 | 8.2+ |

If you are on Laravel 10 or below, install the previous major version: composer require musahmusah/laravel-multipayment-gateways:^1.0

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.

Comments