Skip to content
This repository has been archived by the owner on Mar 19, 2022. It is now read-only.
/ php-nifty-client Public archive

Official PHP client for the Nifty Payment API endpoints

Notifications You must be signed in to change notification settings

east36/php-nifty-client

Repository files navigation

Nifty-Client

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.

Installation

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

Quickstart

  1. Get your api credentials from the nifty dashboard,
  2. 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",
);
  1. Follow the instructions as specified in the docs

About

Official PHP client for the Nifty Payment API endpoints

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages