DEV Community

Ramiro for Auth0

Posted on • Updated on • Originally published at auth0.com

Developing RESTful APIs with Lumen (A PHP Micro-framework)

Lumen is an open-source PHP based micro-framework created by Taylor Otwell in 2015. Lumen is designed for building lightning fast micro-services and APIs. And it opts for maximum speed rather than flexibility in the bootstrapping process. The PHP micro-framework was born out of the need to have light Laravel installations that could be faster than existing PHP micro-frameworks such as Slim and Silex.

In this tutorial, we'll show you how easy it is to build and secure an API with Lumen!

Read on 💡

Top comments (1)

Collapse
 
Sloan, the sloth mascot
Comment deleted