Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 253 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 253 Bytes

CodeIgniter Freshbooks API

A Freshbooks API Library for CodeIgniter.

Requirements

  1. PHP 5.1+
  2. CodeIgniter 2.0.0+

Usage

// Load the ci_flickr_api spark
$this->load->spark('ci_freshbooks_api/0.1.0');

See the examples for functional use.