TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Best PHP Frameworks for 2014

1 pointsby Illotusover 10 years ago

1 comment

smt88over 10 years ago
&gt; When looking at the answers, on average, the Laravel community seems to mostly favor the ease of entry – virtually no learning curve.<p>I wholeheartedly disagree. That&#x27;s the problem with Laravel. It creates new ways and new syntax for every little thing. It recreates features that PHP already has, which makes things more complicated and less readable.<p>Zend is absolute garbage, but most of the other popular PHP frameworks are fine. In fact, a lot of the value of any particular framework is how many other people use it. But Laravel does have a big learning curve because it is so opinionated and reinvents so many wheels.<p>For experienced devs starting new projects, I&#x27;d suggest hooking libraries together using Composer. For experienced devs with enough time on their hands, I&#x27;d suggest moving on to something else (I&#x27;m most excited about Hack, but Python is more mature).