This example is based on Symfony Standard Edition ~2.7.0
and event-band ~1.0
Install using composer:
$ php composer.phar create-project --stability="dev" "event-band/band-symfony-application:~1.0.0@dev" band-symfony-application
Run built-in server:
php app/console server:run
Open http://127.0.0.1:8000 and follow the instrudtions.