happydemon / kohana-composer-bootstrap
Kohana Framework project, installable through composer
Installs: 324
Dependents: 0
Suggesters: 0
Security: 0
Stars: 13
Watchers: 4
Forks: 6
Open Issues: 2
Type:project
Requires
- kohana/cache: 3.3.*
- kohana/codebench: 3.3.*
- kohana/core: 3.3.*
- kohana/database: 3.3.*
- kohana/image: 3.3.*
- kohana/minion: 3.3.*
- kohana/orm: 3.3.*
- kohana/unittest: 3.3.*
- kohana/userguide: 3.3.*
This package is auto-updated.
Last update: 2024-10-12 21:55:23 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.
Released under a BSD license, Kohana can be used legally for any open source, commercial, or personal project.
Composer bootstrap
This repo is a bootstrap to get you start using Kohana through Composer.
There are 2 ways of installing Kohana:
1. Composer project
Open your command prompt, cd
into the dir you want to install Kohana in and run composer create-project happydemon/kohana-composer-bootstrap
2. Repo download
Just download this repo, put it where you need it and run composer install
, it will download the framework and their bundled modules from the composer.json in the root dir.
After that you can change composer.json to include any package you'd like and run composer update
.