Silex Starter is a sample base for your silex applications. It allows developers to build better and easy to maintain applications.
Run the following commands:
git clone https://github.com/scalpX/silex-starter.git PATH/TO/YOUR/APP
cd PATH/TO/YOUR/APP
curl -s http://getcomposer.org/installer | php
php composer.phar install
To run the test suite, you need PHPUnit
$ phpunit