uda / kohana-project
A Kohana based project distribution
Installs: 33
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 3
Forks: 0
Open Issues: 0
Type:project
Requires
- php: >=5.3.3
- kohana/auth: @stable
- kohana/cache: @stable
- kohana/core: @stable
- kohana/database: @stable
- kohana/image: @stable
- kohana/minion: @stable
- kohana/orm: @stable
- tommcdo/kohana-twig: @stable
- uda/kohana-theme: dev-master
Requires (Dev)
- kohana/coding-standards: dev-master
- kohana/unittest: @stable
- phpunit/phpunit: 3.7.*
Suggests
- kohana/codebench: A benchmarking module
- kohana/userguide: Kohana user guide and live API documentation module
This package is not auto-updated.
Last update: 2024-11-09 17:09:00 UTC
README
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.