Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 922 Bytes

readme.md

File metadata and controls

29 lines (18 loc) · 922 Bytes

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