Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/happydemon/kohana-composer-bootstrap


https://github.com/happydemon/kohana-composer-bootstrap

Last synced: 3 months ago
JSON representation

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")