git clone https://github.com/mombol/php-framework-bridge
mkdir app
cd app
git clone https://github.com/mombol/php-app-backbone-demo
cp composer.json.example ../composer.json
composer install
import the database file demo.sql.example
to your database.