Nifty Client is the official PHP client for the nifty API. It does some heavy lifting to provide a simple and portable client. If you do find the client missing some features, please make a pull request or cut an issue.
This package depends on the PHP Requests library
Download the zipped package.
or Run the command
$ git clone --recursive [email protected]:east36/php-nifty-client.git
- Get your api credentials from the nifty dashboard,
- Follow the instructions as specified in the
example.php
$config = array(
'access_id' => '<access-id>',
'secret_key' => '<secret-id>',
'user_id' => '<user-id>',
'api_base' => "http://api.integ.nifty.co.ke/api/v1",
);
- Follow the instructions as specified in the docs