Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ezimuel/apigility-symfony2-use-case

Create a RESTful API for a Symfony2 project using Apigility (http://apigility.org)
https://github.com/ezimuel/apigility-symfony2-use-case

Last synced: about 1 month ago
JSON representation

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

Awesome Lists containing this project

README

        

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](http://www.stefankoopmanschap.com/) and [Enrico Zimuel](http://www.zimuel.it) during the [PHP Forum Paris 2013](http://afup.org/pages/forumphp2013/). We would like to thanks [Alessandro Nadalin](http://odino.org/) for the suggestion that he gave us about the bootstrap "hack" part of Symfony2.