Add Restler.

Restler is a simple and effective multi-format Web API Server written in PHP.
This commit is contained in:
rijad-cz 2014-02-07 22:08:02 +01:00
parent 1fae308b47
commit cfc01ff36f

View File

@ -442,6 +442,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.
* [Restler](https://github.com/Luracast/Restler) - Restler is a simple and effective multi-format Web API Server.
## Caching
*Libraries for caching data.*