Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/phavour/phavour

Phavour is a blazingly fast, easy to use, exciting PHP framework, built by developers like you.
https://github.com/phavour/phavour

Last synced: about 1 month ago
JSON representation

Phavour is a blazingly fast, easy to use, exciting PHP framework, built by developers like you.

Awesome Lists containing this project

README

        

Phavour
=======

Phavour is a new PHP Framework with a focus on speed and ease of development.

## 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](http://github.com/phavour/phavour-template)

## Unit Testing

To test Phavour, first, checkout this repository:

`$ git clone https://github.com/phavour/phavour.git`

Then, run composer install:

`$ composer install --dev`

Then, run PHPUnit

`$ phpunit`