PHP Silex Twig Skeleton is a simple main project for PHP based on the Silex & Twig.
This skeleton use Composer, Bower, Silex, Twig, jQuery and Twitter Bootstrap
1 - Clone the repo:
git clone https://github.com/arcostasi/php-silex-twig-skeleton.git
2 - Change to the directory created
cd php-silex-twig-skeleton/
3 - Download Composer
php -r "readfile('https://getcomposer.org/installer');" | php
4 - Composer Install
php composer.phar install
5 - Start PHP Built-in web server:
php -S localhost:8000 -t public/