moeen-basra / laravel-payfort
Laravel package for Payfort payment gateway
Installs: 3 473
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 5
Open Issues: 1
Requires
- php: ^7.2
- ext-curl: *
- ext-json: *
- guzzlehttp/guzzle: ^6.0|^7.0
- moneyphp/money: ^3.2
Requires (Dev)
- orchestra/testbench: ^4.0
- phpunit/phpunit: ^8.3
This package is auto-updated.
Last update: 2024-11-10 07:04:18 UTC
README
Using this package you can integrate laravel with payfort.
this package is under development currently it only support merchant page 2 integration.
How to install
composer require moeen-basra/laravel-payfort
publish the configuration using the following command
php artisan vendor:publish --tag=payfort-config
update the payfort
configuration file under config directory.
To check the implementation take the stubs from public/package
folder and put these in project's appropriate folders.