A Kohana based project distribution
PHP Shell
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
application
modules
.gitignore
LICENSE-KOHANA.md
LICENSE.md
README.md
composer.json
example.htaccess
index.php
install.php
minion
miniond
router.php

README.md

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.