hsmfawaz/payment-gateways

this laravel package manage the payment process of many payment gateway providers

v5.1.4 2025-05-18 13:50 UTC

This package is auto-updated.

Last update: 2025-06-18 18:02:29 UTC


README

This package is a collection of online payment gateways that handle each gateway process

Available Payment Gateways

The package supports the following payment gateways:

  • AmazonPay - Secure payment solution leveraging Amazon accounts
  • CIB - Commercial International Bank payment gateway for Egyptian markets
  • Fawry - Leading e-payment network in Egypt
  • MyFatoorah - Comprehensive payment solution for the MENA region
  • Paymob - Egyptian payment facilitator supporting multiple payment methods
  • Stripe - Global payment processing platform
  • Tabby - Buy now, pay later service for UAE and Saudi Arabia

Installation

You can install the package via composer:

composer require hsmfawaz/payment-gateways

You can publish and run the migrations with:

php artisan vendor:publish --tag="payment-gateways-migrations"
php artisan migrate

You can publish the config file with:

php artisan vendor:publish --tag="payment-gateways-config"

Testing

composer test

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Credits

License

The MIT License (MIT). Please see License File for more information.