phavour/phavour

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

0.0.2 2020-12-18 14:29 UTC

This package is auto-updated.

Last update: 2024-05-18 22:03:34 UTC


README

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

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