Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/divspace/chargeigniter

Chargify API for CodeIgniter
https://github.com/divspace/chargeigniter

Last synced: 1 day ago
JSON representation

Chargify API for CodeIgniter

Awesome Lists containing this project

README

        

# ChargeIgniter

Chargify API for CodeIgniter.

## Installation

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

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

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

````php
$this->chargify->getCustomers();
````