To Do list MVC example written in PHP in Symfony 3 framework.
composer create-project vyvojarisobe/todomvcphp-symfony
After installation database is automatically created and some fake data is imported as well. If you wish to run this action manually call composer setup-todos
.