Codeigniter-Boilerplate merges technologies like HTML5 Boilerplate and jQuery to provide a basic project structure for CodeIgniter installations.This pre-built code structure will help developers save time usually spent on creating folders and moving...

It supports all the normal HTTP requests usually used on a website.Features:POST/GET/PUT/DELETE requests over HTTP HTTP Authentication Provides debug information Proxy support Cookies Follows redirects Returns error string What is new in this...

Dwoo is a PHP based templating engine aimed as a replacement for Smarty 2.x using similar and alternative syntax.Dwoo is implemented in CodeIgniter via the Parser library and view files.Requirements:CodeIgniter 1.7.x or higher Dwoo 1.1 or higher PHP 5.2...

It can basically be used to retrieve any stock and commodity price from the Yahoo! Finance website.Retrieve data is partially cached using Phil Sturgeon's CodeIgniter Cache Library.Features:Get grain and cotton commodity future prices Get livestock future...

Piwik is a open source real-time PHP web analytics program.The library allows combining Piwik with CodeIgniter installations, together with GeoIP data.Installation instructions are provided with the download package.Requirements:Piwik CodeIgniter...

Uploadify is a jQuery plugin that allows an easy way to integrate single or multiple file uploads on a website.This plugin allows CodeIgniter-developed apps to handle all file uploads via Uploadify, instead of the classic upload controller.A demo is...