Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/divspace/chargeigniter
- Owner: divspace
- Created: 2010-06-30T20:00:53.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2016-04-01T16:46:13.000Z (over 8 years ago)
- Last Synced: 2023-03-11T04:17:24.519Z (over 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();
````