Skip to content

Contains a simple Laravel implementation of the various Payment Gateways

License

Notifications You must be signed in to change notification settings

Iankumu/Payments

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

94 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Payments

This is an implementation of the various Payment Gateways in Laravel including Mpesa, and Paypal.

Setup

To run this project locally clone the repository and in the project directory,run the following commands:

$ cp .env.example .env
$ composer install
$ php artisan key:generate
$ php artisan migrate
$ npm install
$ npm run dev
$ php artisan serve

Technologies Used

Payment Gateways

The application consists of two payment Gateways implementations with more to be added in the future. You can interact with them on https://payments.iankumu.com.

Mpesa

The Application Contains a simple UI from which you can interact with the various Mpesa APIs.

Paypal

The Application Contains a simple UI from which you can interact with the Paypal's Orders API.

About

Contains a simple Laravel implementation of the various Payment Gateways

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •