Skip to content

nuevephp/slydepay-rest-api-wrapper-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Slydepay PHP REST Wrapper test app

This repository is building ontop of a Pull Request I sent to the Slydepay repo, you can view more on the PR at https://github.com/DreamOval/slydepay-php-connector/pull/3

You can sign up for a Slydepay Merchant account at https://app.slydepay.com.gh/auth/signup#business_reg

Installation

It's recommended that you use Composer to install this project.

$ composer install

This will require Slydepay PHP and all its dependencies. Slydepay PHP required PHP 5.5 or newer.

Usage

You will need to copy the .env.example file and rename it .env with your Slydepay email and mechant secret.

You can test this by using a tool like Postman with the test.json file provided.

You can test the project using the PHP built in webserver by running this command from the root directory:

php -S 0.0.0.0:8080

Releases

No releases published

Packages

No packages published

Languages