From 764dee51fbc8c4adfba8a4730dc7296f2e418645 Mon Sep 17 00:00:00 2001 From: Jamie Date: Sun, 30 Nov 2014 18:17:22 -0700 Subject: [PATCH] Added missing library Restler. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 47eb04a..03d32fb 100644 --- a/README.md +++ b/README.md @@ -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.*