Added missing library Restler.

This commit is contained in:
Jamie 2014-11-30 18:17:22 -07:00
parent 5d992c7fa9
commit 764dee51fb
1 changed files with 1 additions and 0 deletions

View File

@ -509,6 +509,7 @@ Libraries to help manage database schemas and migrations.
* [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) - A library for exposing Doctrine entities as REST resource endpoints.
* [Restler](https://github.com/Luracast/Restler) - A lightweight framework to expose PHP methods as RESTful web API.
## Caching
*Libraries for caching data.*