Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/happydemon/kohana-composer-bootstrap
https://github.com/happydemon/kohana-composer-bootstrap
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/happydemon/kohana-composer-bootstrap
- Owner: happyDemon
- License: mit
- Created: 2013-09-16T06:42:52.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-02-09T19:07:02.000Z (almost 11 years ago)
- Last Synced: 2024-04-22T05:22:25.402Z (8 months ago)
- Language: PHP
- Size: 163 KB
- Stars: 13
- Watchers: 4
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Kohana PHP Framework
[Kohana](http://kohanaframework.org/) 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](http://kohanaframework.org/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](http://getcomposer.org/).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```.
[![Gittip Badge](http://img.shields.io/gittip/happyDemon.svg)](https://www.gittip.com/happyDemon/ "Gittip donations")
[![Bitdeli Badge](https://d2weczhvl823v0.cloudfront.net/happyDemon/kohana-composer-bootstrap/trend.png)](https://bitdeli.com/free "Bitdeli Badge")