This is the Netki Partner library written in PHP. It allows you to use the Netki Partner API to CRUD all of your partner data:
- Wallet Names
- Domains
- Partners
PHP 5.4 and later.
If you manually install, ensure you resolve the following dependencies
composer require netki/netki-partner-client
Simply use autoload to avail the client to your project.
require_once('vendor/autoload.php');
You can clone this repo if you prefer not to use Composer. Simply include the init.php
in your project.
require_once('/path/to/netki/php-partner-client/init.php')
Detailed API documentation can be found at Netki's Apiary.
See example/example.php
for detailed usage