I'm exploring react-php by freely folowing this tutorial and that one.
This project is usable for learning purpose.
To use this project you can clone it, remove all 'business' code and replace it by yours.
Yo have to create entities according to your database schema. To request on this entities you have to create a repository by entities accordingly to the UserRepository example.
Then you have to create at least one controller, each method matching a route.
To configure witch method match witch route use the config/controller.yml
example.
To launch the server run php index.php
and have fun !
This project is released under the WTFPL LICENSE.