Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/moeen-basra/laravel-payfort
Laravel package for Payfort payment gateway
https://github.com/moeen-basra/laravel-payfort
laravel laravel-payfort payfort payfort-payment
Last synced: 2 months ago
JSON representation
Laravel package for Payfort payment gateway
- Host: GitHub
- URL: https://github.com/moeen-basra/laravel-payfort
- Owner: moeen-basra
- Created: 2019-10-31T05:00:44.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-09T21:49:49.000Z (over 4 years ago)
- Last Synced: 2024-10-12T06:50:43.079Z (3 months ago)
- Topics: laravel, laravel-payfort, payfort, payfort-payment
- Language: PHP
- Homepage:
- Size: 765 KB
- Stars: 0
- Watchers: 1
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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 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.