In this tutorial I’m gonna show you some basic tricks which will allow you to write a simple RESTful API, or at least to begin to.
If you read this previuos tutorial you’ll be aquainted with Symfony‘s CRUD operations and it’s gonna be easy for me to tell you how to proceed.

The first thing you’re gonna have to do is to setup your environment, to do that I advice you to install Xammp in order to have PHP and MySQL working on your machine.
Continue reading