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

barin691'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
2 replies
Snapey's avatar

Your project doesn't need email? Or scheduled jobs? Or queues? Or ORM? Or database migrations? Or policies? Or validation rules? Or a router?

Please or to participate in this conversation.