Skip to content

helpse/kohana-composer-bootstrap

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kohana PHP Framework

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 helpse/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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%