PHPackages                             jonathanitakpe/payantng-php - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Payment Processing](/categories/payments)
4. /
5. jonathanitakpe/payantng-php

ActiveLibrary[Payment Processing](/categories/payments)

jonathanitakpe/payantng-php
===========================

A PHP Wrapper for the PayantNG API

0.1.4(8y ago)142089[2 issues](https://github.com/JonathanItakpe/payantNG-php/issues)[2 PRs](https://github.com/JonathanItakpe/payantNG-php/pulls)MITPHPPHP &gt;=5.5.9

Since Jan 5Pushed 8y ago1 watchersCompare

[ Source](https://github.com/JonathanItakpe/payantNG-php)[ Packagist](https://packagist.org/packages/jonathanitakpe/payantng-php)[ RSS](/packages/jonathanitakpe-payantng-php/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (6)Dependencies (1)Versions (8)Used By (0)

payantNG-php
============

[](#payantng-php)

PHP Library for PayantNG

### How to Use

[](#how-to-use)

Require the package from Packagist - `composer require jonathanitakpe/payantng-php`

### Function Naming Convention

[](#function-naming-convention)

Functions are named based on the documentation located

`Add Client` from the documentation becomes `$Payant->addClient()` as in the sample code below:

### Sample code

[](#sample-code)

```
