adelowo / gbowo-app

A sample project that shows the integration of gbowo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gbowo App

A slimphp app that shows the gbowo library for paystack and amplifypay in a real app.

THIS IS A FAKE TEST APP THAT ALLOWS YOU BUY THE IMAGE OF SOME OF MY FAVORITE PHPers. This is an app to try out the gbowo library with YOUR OWN API KEYS.

Quick Usage

Here is the file,PaymentController you should checkout to see how it was done. Or better still checkout this commit that details everything.

I Want to try out the app

  • Pull the project
git clone git@github.com:adelowo/gbowo-app.git
  • Install the dependencies
cd gbowo-app
composer install
  • Create and update the .env file
cp .env.example .env
vi .env #change as deem fit. Make sure to get your api keys from either paystack or amplifypay
  • Start PHP's server
php -S localhost:8000

The sqlite db has been populated with some PHPers. All you have to do is create an account and test the app out

About

A sample project that shows the integration of gbowo

License:MIT License


Languages

Language:PHP 57.2%Language:HTML 42.8%