DEV Community

Ramiro for Auth0

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

6 2

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

Heroku

Simplify your DevOps and maximize your time.

Since 2007, Heroku has been the go-to platform for developers as it monitors uptime, performance, and infrastructure concerns, allowing you to focus on writing code.

Learn More

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay