Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

hartleyst's avatar

Any suggestions for lighter frameworks than Laravel?

I have been using Laravel lately and building some cool stuff, including some livewire stuff. I'd definitely build a bigger project in it but I'm curious if there is something lighter weight that is recommended.

For the backend all I'm doing are JSON api routes. My front end is in vue, so I just need it to serve the index file and build out the backend routes. I could just do this in raw PHP but I figured there are probably some things out there that give you some of the niceties while still being really small.

Any suggestions are welcome!

0 likes
3 replies
jaseofspades88's avatar

Why? What about Laravel is so heavy that it's stopping you from taking your development to the next level?

1 like
tykus's avatar

Slim Framework might be a fit for your requirements.

I don't know if Lumen will be receiving ongoing support based on their own docs

...we no longer recommend that you begin new projects with Lumen

Please or to participate in this conversation.