Skip to content

Latest commit

 

History

History
72 lines (61 loc) · 3.61 KB

symfony2.md

File metadata and controls

72 lines (61 loc) · 3.61 KB

Bookmarks tagged [symfony2]

http://williamdurand.fr/2012/08/02/rest-apis-with-symfony2-the-right-way/

Complete guide to build a state-of-the-art REST API with Symfony2 framework.


https://github.com/FriendsOfSymfony/FOSRestBundle

Bundle handling view, routing, error handling, etc. for your REST API.


https://github.com/stanlemon/rest-bundle

Build a REST API based on Doctrine entities using conventions over configuration.


http://lakion.com/lionframe

Glu between several community libraries to ease API development.


https://github.com/willdurand/BazingaHateoasBundle

Integrate the Hateoas library into a Symfony2 application.


https://github.com/gimler/symfony-rest-edition

Start with a Symfony2 application with all REST-friendly bundles pre-configured.


https://github.com/marmelab/NgAdminGeneratorBundle

Boostrap ng-admin configuration based on stanlemon/rest-bundle.


https://github.com/dunglas/DunglasApiBundle

Build a REST API which follow Hydra/JSON-LD specification.


https://github.com/api-platform/api-platform

Specialize Symfony edition for the creation of hypermedia REST APIs.


https://github.com/nelmio/NelmioApiDocBundle

Generate documentation for your REST API from annotations.