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.
Here is the file,PaymentController you should checkout to see how it was done. Or better still checkout this commit that details everything.
- 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