Software:Kohana (framework)

From HandWiki
Kohana
Developer(s)Kohana Team
Final release
3.3.6[1] / July 25, 2016; 7 years ago (2016-07-25)
Written inPHP
Operating systemCross-platform
TypeWeb application framework
LicenseBSD License
Websitekohanaframework.org

Kohana was a PHP5 HMVC framework. Kohana was licensed under the BSD license and hosted on GitHub.[2] It was noted for its performance when compared to CodeIgniter and other high-performance PHP frameworks.[3][4][5][6]

Features

  • Cascading File System (CFS) allow class, configuration file and translation overloading from the system, module and application folder.
  • ORM is an implementation of the active record pattern.
  • Request and Response for either internal and external request.
  • Routing to reverse URL and dispatch user request.
  • Cache system compatible with multiple back-ends

Development

Kohana development begun on 31 May 2007 when a few CodeIgniter community members decided to start a community fork of CodeIgniter, named BlueFlame. In June 2007 the project was renamed "Kohana" and in July version 1.0 was released without any documentation. The project leader left in August and development stagnated until September when a new BDFL was selected and an effort to rewrite the source code began. At that time Kohana had only 3 developers. Version 2.0 was released in November 2007, based purely on PHP 5.0 and a new OOP framework.[7] Version 3.0 was released on 9 September 2009.[8]

The latest version 3.3.6 was released on Jul 25, 2016.[9]

Kohana was retired and declared "deprecated" on July 1st 2017.[10]

After the deprecation of Kohana a fork called Koseven was created. It targets to be a compatible replacement of Kohana for the projects that still use it and don't want to perform migration to a different framework. Koseven focus is to keep fixing bugs and maintain compatibility with the latest PHP versions.[11]

See also

References