From ceeaed0da4ee833d5efc9b20771cd41ff133a775 Mon Sep 17 00:00:00 2001 From: Hasan Hasibul Date: Tue, 28 Mar 2017 11:26:40 -0400 Subject: [PATCH] added rest-api-with-lumen A RESTful API boilerplate for Lumen (5.4) micro-framework. Heavily documented and features included: OAuth2 Authentication, Authorization, Validation, Fractal, Repository Pattern, CORS Support, Endpoint Testing, Unit Testing, Build Process. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f485bb6..97e4f3c 100644 --- a/README.md +++ b/README.md @@ -670,6 +670,7 @@ Libraries to help manage database schemas and migrations. * [Hateoas](https://github.com/willdurand/Hateoas) - A HATEOAS REST web service library. * [Negotiation](https://github.com/willdurand/Negotiation) - A content negotiation library. * [Restler](https://github.com/Luracast/Restler) - A lightweight framework to expose PHP methods as RESTful web API. +* [REST API With Lumen](https://github.com/hasib32/rest-api-with-lumen) - A RESTful API boilerplate for Lumen micro-framework. * [wsdl2phpgenerator](https://github.com/wsdl2phpgenerator/wsdl2phpgenerator) - A tool to generate PHP classes from SOAP WSDL files. ## Caching