chargeigniter icon indicating copy to clipboard operation
chargeigniter copied to clipboard

Chargify API for CodeIgniter

ChargeIgniter

Chargify API for CodeIgniter.

Installation

Download Chargify.php and place it in your libraries folder and load the class using the following code:

$this->load->library('chargify');

Run whatever function you need to, e.g.:

$this->chargify->getCustomers();