Ellis Lab - CodeIgniter

CodeIgniter
Developer(s) EllisLab, Inc.
Initial release February 28, 2006; 6 years ago (2006-02-28)
Stable release 2.1.3 / October 8, 2012; 2 months ago (2012-10-08)
Preview release 3.0-dev / October 20, 2011; 14 months ago (2011-10-20)
Written in PHP
Operating system Cross-platform
Type Web application framework
License Open Software License ("OSL") v. 3.0
Website http://codeigniter.com

CodeIgniter is an open source web application framework for use in building dynamic web sites with PHP. "Its goal is to enable to develop projects much faster than writing code from scratch, by providing a rich set of libraries for commonly needed tasks, as well as a simple interface and logical structure to access these libraries." The first public version of CodeIgniter was released on February 28, 2006, and the latest stable version 2.1.2 was released June 29, 2012.

CodeIgniter is loosely based on the popular Model-View-Controller development pattern. While view and controller classes are a necessary part of development under CodeIgniter, models are optional.

CodeIgniter is most often noted for its speed when compared to other PHP frameworks. In a critical take on PHP frameworks in general, PHP creator Rasmus Lerdorf spoke at frOSCon in August 2008, noting that he liked CodeIgniter "because it is faster, lighter and the least like a framework."

CodeIgniter's source code is maintained at GitHub, and as of the preview version 3.0-dev, is certified open source software licensed with the Open Software License ("OSL") v. 3.0. Versions of CodeIgniter prior to 3.0 are licensed under a proprietary Apache/BSD-style open source license.

The decision to switch to an OSL license sparked some community controversy, especially about the GPL incompatibility of the new license, to which EllisLab has responded with a series of articles entitled Software License Awareness Week.

Read more about this topic:  Ellis Lab