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.
This commit is contained in:
Hasan Hasibul 2017-03-28 11:26:40 -04:00 committed by GitHub
parent 8ecab8c07b
commit ceeaed0da4

View File

@ -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