Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 808 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 808 Bytes

Kohana PHP Framework - Composer Project

Kohana is an elegant, open source, and object oriented HMVC framework built using PHP5, by a team of volunteers. It aims to be swift, secure, and small.

This package contains the following original files from the Kohana source

  • application/bootstrap.php (Modified with predefined settings)
  • application/Controller/Welcome.php
  • example.htaccess
  • index.php
  • install.php
  • LICENSE-KOHANA.md (origin: LICENSE.md)
  • minion (origin: modules/minion/minion)
  • miniond (origin: modules/minion/miniond)

These are released under a BSD license. The rest of the project is released under the MIT License.

Kohana can be used legally for any open source, commercial, or personal project.