From c6cbc046a61b76e3f7ca0bac095f8eb6e6a9d272 Mon Sep 17 00:00:00 2001 From: Lee Davis Date: Mon, 7 Jul 2014 16:16:59 +0100 Subject: [PATCH] Update README.md Added Drest under the Rest and API section. More details on this tool can be found here: http://leedavis81.github.io/drest/ --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5bc8640..264d6a8 100644 --- a/README.md +++ b/README.md @@ -467,6 +467,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.*