Skip to content

A sample project that shows the integration of gbowo

License

Notifications You must be signed in to change notification settings

adelowo/gbowo-app

Repository files navigation

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 [email protected]: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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published