Merge pull request #147 from leedavis81/patch-1

Add Drest to the REST and API section
This commit is contained in:
Jamie York 2014-10-18 14:07:06 -06:00
commit dd7d5b8380
1 changed files with 1 additions and 0 deletions

View File

@ -490,6 +490,7 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things.
* [Hateoas](https://github.com/willdurand/Hateoas) - A HATEOAS REST web service library.
* [HAL](https://github.com/blongden/hal) - A Hypertext Application Language (HAL) builder library.
* [Negotiation](https://github.com/willdurand/Negotiation) - A content negotiation library.
* [Drest](https://github.com/leedavis81/drest) - Quickly and easily expose Doctrine entities as REST resource endpoints.
## Caching
*Libraries for caching data.*