Phavour
Phavour is a new PHP Framework with a focus on speed and ease of development., (*1)
Get running quickly
We've set up a great little templated application, which shows you how to set up Phavour and get running.
It also comes with the Phavour Docs package, so you can review the docs as you wish.
View the template, (*2)
Unit Testing
To test Phavour, first, checkout this repository:, (*3)
$ git clone https://github.com/phavour/phavour.git
, (*4)
Then, run composer install:, (*5)
$ composer install --dev
, (*6)
Then, run PHPUnit, (*7)
$ phpunit
, (*8)