TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Best PHP Frameworks for 2014

1 点作者 Illotus超过 10 年前

1 comment

smt88超过 10 年前
&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).