It’s 2023 and by some measures, 77% of all web sites are powered by PHP. I’m not sure it’s quite that high, though if you think about every WordPress site, maybe…
I’ve been coding a small-volume API and Laravel has been a breeze. Years ago I did some CakePHP sites and really once you do an MVC project, a lot of the concepts carry over. Laravel benefits from very nice documentation and a vast community. Also the code has been bug free so far for me. I did say “small volume” which I think PHP is appropriate for. Of course there are ways to scale it further, and one can always go horizontal (depending), but in this case I’m unlikely to seriously tax a 4GB VPS so fast development pays dividends.
Laravel has everything I need, but I’m mostly transforming SQL data and sending it to requesters – YMMV.
Indeed, what mileage are you putting on PHP frameworks these days? Vote and let us know! I included some older ones as I know each framework has its partisans.
Related Posts:
- Is Block (formerly Square) Committing Fraud on a Massive Scale? - March 23, 2023
- OVHCloud Flash Offer: 12 Days Left! Cheap Dedi Systems as Low as $24.33/Month in EU or North America! - March 23, 2023
- Special Offers on Cheap Dedicated Servers in Warsaw and Six US Locations from ServerHub! - March 22, 2023
None, I write without any frameworks, pure PHP, almost 20 years.
Same.