2017 © Pedro Peláez
 

project kohana-composer-bootstrap

Kohana Framework project, installable through composer

image

helpse/kohana-composer-bootstrap

Kohana Framework project, installable through composer

  • Saturday, April 11, 2015
  • by helpse
  • Repository
  • 1 Watchers
  • 0 Stars
  • 4 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 8 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

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., (*1)

Released under a BSD license, Kohana can be used legally for any open source, commercial, or personal project., (*2)

Composer bootstrap

This repo is a bootstrap to get you start using Kohana through Composer., (*3)

There are 2 ways of installing Kohana:, (*4)

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, (*5)

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., (*6)

After that you can change composer.json to include any package you'd like and run composer update., (*7)

The Versions