Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/phavour/phavour
- Owner: phavour
- License: mit
- Created: 2013-12-22T18:10:08.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2020-12-18T14:38:22.000Z (almost 4 years ago)
- Last Synced: 2024-08-02T05:22:48.138Z (4 months ago)
- Language: PHP
- Homepage:
- Size: 130 KB
- Stars: 3
- Watchers: 5
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-blazingly-fast - phavour - Phavour is a blazingly fast, easy to use, exciting PHP framework, built by developers like you. (PHP)
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`