# A Laravel Package that makes implementation of multiple payment Gateways endpoints and webhooks seamless
[](https://packagist.org/packages/musahmusah/laravel-multipayment-gateways)


[](https://packagist.org/packages/musahmusah/laravel-multipayment-gateways)
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](https://laravel-multipayment-gateways-xi.vercel.app)
## Testing
```bash
php artisan test
```
## Changelog
Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.
## Contributing
Please see [CONTRIBUTING](CONTRIBUTING.md) for details.
## Security Vulnerabilities
Please review [our security policy](../../security/policy) on how to report security vulnerabilities.
## Credits
- [MusahMusah](https://github.com/MusahMusah)
- [Cybernerdie](https://github.com/cybernerdie)
- [All Contributors](../../contributors)
## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.