LaravelPackages.net
Acme Inc.
Toggle sidebar
ahmedbally/laravel-payfort

Laravel package for Payfort payment gateway

2.350
0
1.0.1
About ahmedbally/laravel-payfort

ahmedbally/laravel-payfort is a Laravel package for laravel package for payfort payment gateway. It currently has 0 GitHub stars and 2.350 downloads on Packagist (latest version 1.0.1). Install it with composer require ahmedbally/laravel-payfort. Discover more Laravel packages by ahmedbally or browse all Laravel packages to compare alternatives.

Last updated

Laravel Payfort

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 ahmedbally/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.

Comments