DEV Community

Cover image for The 10 Most Popular PHP Frameworks and Their Creators

The 10 Most Popular PHP Frameworks and Their Creators

Bobby Iliev on June 15, 2021

Introduction It would be really intimidating if you had to start from scratch and reinvent the wheel every time you were to start a new ...
Collapse
 
leob profile image
leob • Edited

Laravel rules, but Phalcon also sounds interesting because of the fact that most of its code is memory resident, meaning it doesn't need to be reloaded and reinterpreted on reach request/response cycle - unique approach with obvious speed advantages, but it never really became popular.

Collapse
 
bobbyiliev profile image
Bobby Iliev

Yes absolutely! I think that this is now what you also get with Laravel Octane, haven't used it personally but watched a few videos about it.

Collapse
 
leob profile image
leob • Edited

WOW ! Laravel Octane, first time I've heard about this ... so it means Laravel running on top of Swoole, which I did hear about - people have tried to run Laravel on top of Swoole before, and apparently successfully, but with Octane it's officially supported now, that's incredible ...

Laravel just keeps innovating, with Vapor you can even run it on top of AWS Lambda as a "serverless" framework, and now official support for Swoole with Octane ... they're really silencing all those naysayers who keep moaning about Laravel being for amateurs, and that you need to use Symfony or whatever.

Thread Thread
 
bobbyiliev profile image
Bobby Iliev

Yes, it is absolutely crazy the amount of goot stuff that the Laravel team and community are releasing 🤩

Thread Thread
 
leob profile image
leob • Edited

It is, that's why I admire them ... there could always be cases where framework X is marginally better than Laravel in respect Y or Z, but looking at the big picture the Laravel team keep impressing me :)

Thread Thread
 
bobbyiliev profile image
Bobby Iliev

Absolutely! I could not have said that better!

Collapse
 
kubeden profile image
Kuberdenis

Great resources!

Collapse
 
bobbyiliev profile image
Bobby Iliev

Thank you 🙏

Collapse
 
erzncn2434 profile image
erzncn2434 • Edited

top quality framework is NotORM!

Collapse
 
bobbyiliev profile image
Bobby Iliev

I haven't tried it. Just looked it up though, looks cool but it does not seem to be maintained any more. No commits for the past 7 years:

github.com/vrana/notorm

Collapse
 
smusmu profile image
SmuSmu

Sadly fat-free-framework ist dead.

Collapse
 
bobbyiliev profile image
Bobby Iliev

Ah this is very unfortunate :(

Collapse
 
smusmu profile image
SmuSmu

But there are some people ready for a fork. So If anyone is interested? 🤘

Collapse
 
dylandelobel profile image
Dylan Delobel • Edited

Symfony components quality are top-tier 👌

Collapse
 
jotajeff profile image
Jeferson Silva

PHP é um fenômeno, linguagem long-seller .... raridade num universo tão concorrido e essas ferramentas vem impulsionar ainda mais. Parabéns pelo excelente artigo

Collapse
 
lizhichao profile image
vic

github.com/lizhichao/one
It is a very good framework. Flexible, good performance, can also run in memory

Collapse
 
bobbyiliev profile image
Bobby Iliev

Thanks 🙌

Collapse
 
tutkun profile image
Samet Tutkun

Actually Ellislab is the creator of CodeIgniter. However, he gave up on developing the project after a while and handed it over.