https://github.com/divspace/chargeigniter
Chargify API for CodeIgniter
https://github.com/divspace/chargeigniter
Last synced: about 1 year ago
JSON representation
Chargify API for CodeIgniter
- Host: GitHub
- URL: https://github.com/divspace/chargeigniter
- Owner: divspace
- Created: 2010-06-30T20:00:53.000Z (almost 16 years ago)
- Default Branch: master
- Last Pushed: 2016-04-01T16:46:13.000Z (about 10 years ago)
- Last Synced: 2025-04-06T19:58:42.138Z (about 1 year ago)
- Language: PHP
- Homepage:
- Size: 20.5 KB
- Stars: 23
- Watchers: 2
- Forks: 11
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
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();
````