divspace / chargeigniter

Chargify API for CodeIgniter
23 stars 11 forks source link

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();