A skeleton to quickly bootstrap a PHP application, using:
- Flight - micro framework
- Twig - template engine
- Idiorm & Paris - minimalist database toolkit
- Install Nginx/Apache/MAMP/WAMP/Whatever to give you a PHP (version >= 5.3.0) web server.
- Make sure you've got composer installed on your system.
- Clone this git repo.
- Install packages using composer:
composer install
- You'll need to edit
public/index.php
to enable database stuff. - Profit!