An address book app based off the symfony standard project.
Check out a live demo at: robinaddressbook.cloudcontrolled.com
After cloning the project, install the dependencies using composer. It will also prompt you to enter your database settings:
$ composer install
Setup the database schema from the doctrine configuration:
$ php app/console doctrine:schema:update --force
Run the PHP testing server:
$ php app/console server:run
And voila, you should be able to run the app on localhost:8000.
If you're having trouble with anything above, you could try reading: