ezimuel / apigility-symfony2-use-case

Create a RESTful API for a Symfony2 project using Apigility (http://apigility.org)
41 stars 11 forks source link

apigility-symfony2-use-case

Create a RESTful API for an existing Symfony2 project using Apigility (http://apigility.org)

Installation

You need to install the Symfony2 application first (symfony2app folder) and the Apigility application after (apigilityapi folder).

You can read how to install this applications in the README.md file of each project.

Note and Thanks

This is an extended version of the proof of concept code that has been presented by Stefan Koopmanschap and Enrico Zimuel during the PHP Forum Paris 2013. We would like to thanks Alessandro Nadalin for the suggestion that he gave us about the bootstrap "hack" part of Symfony2.