1
0
mirror of https://github.com/ziadoz/awesome-php.git synced 2025-08-01 12:40:26 +02:00

Added missing library Restler.

This commit is contained in:
Jamie
2014-11-30 18:17:22 -07:00
parent 5d992c7fa9
commit 764dee51fb

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.*