Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/ezimuel/apigility-symfony2-use-case
- Owner: ezimuel
- Created: 2013-12-03T11:18:59.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2013-12-03T16:32:13.000Z (almost 11 years ago)
- Last Synced: 2023-04-10T13:07:03.032Z (over 1 year ago)
- Language: PHP
- Homepage:
- Size: 609 KB
- Stars: 42
- Watchers: 8
- Forks: 12
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
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.