FuelPHP - 生产准备好了吗?
我只是对不同的框架进行比较——优缺点、基准测试等。我需要对未来的项目进行比较。
在这样做的过程中,我遇到了 FuelPHP,Phil Sturgeon 正在研究它。我从他的一些 CodeIgniter 插件中认出了这个名字。
有人在项目中使用过它吗?您认为它已经可以投入生产了吗?
I'm just doing a comparison of different frameworks - pros and cons, benchmarking, that sort of thing. I need the comparison for a future project.
In doing so I came across FuelPHP, which has Phil Sturgeon working on it. I recognise the name from some of his CodeIgniter plugins.
Has anyone used it for a project yet? Would you say it's anything like production-ready?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
我们正在努力实现 1.0 最终版本,而且已经很接近了。由于我们从 RC1 开始就处于功能冻结状态,API 不会再改变,这就是我们当时写的关于 API 稳定性的内容:
我们知道的大多数错误都已得到修复,并且仍有一小部分错误需要修复,我们规模虽小但活跃的社区对此非常有帮助。剩下的主要障碍之一是为核心和包的所有部分编写单元测试。
我自己已经在上面开发生产软件,尽管该软件计划在夏季发布,而且 Dan Horrigan(我们的项目负责人)已经让他的雇主改用 Fuel 进行生产。
We're working towards the 1.0 final release and we're close. As we've been in a feature freeze as of RC1 the API won't change anymore, this is what we wrote about API stability then:
Most of the bugs we're aware of have been fixed and there's still a small list of bugs left to fix which our small but active community have been very helpfull with. One of the major hurdles left is writing Unit tests for all parts of the Core and the packages.
I am myself already developing production software on it, though that's slated for a summer release and Dan Horrigan (our project lead) has had his employer switch to Fuel for their production.
我个人使用过它,并认为它很棒,但建议您知道它目前处于候选发布状态。
来自博客文章 http://fuelphp.com /blog/2011/04/start-your-engines-fuel-rc1-is-here
总而言之,我想说,如果您有时间尝试一下,那就去吧 - 恕我直言,它是其中之一最好的新兴框架,并且在它的设计中融入了很多思想。您可以在这里获取 RC2 https://github.com/downloads/fuel /fuel/fuel-1.0-rc2.zip
PS 我与 Fuel 没有任何关系 - 我只是喜欢它:-D
I've personally used it and think it is great but it's just advisable to know that it's on Release Candidate status at the moment.
From the blog post http://fuelphp.com/blog/2011/04/start-your-engines-fuel-rc1-is-here
All in all I'd say if you've got the time to try it then go for it - IMHO it's one of best up-and-coming frameworks out there and ALOT of thought has gone into the design of it. You can pick up RC2 here https://github.com/downloads/fuel/fuel/fuel-1.0-rc2.zip
P.S. I am in no way affiliated with Fuel - I just like it :-D
不,它还没有“生产就绪”。
他们还没有完成单元测试。
(那些,你应该在编写每个类之前编写)
这有点意味着 API 可能会改变(即使他们称之为 RC2 )。
No, it is not "Production Ready".
They havn't finished the unittests.
(ones, that you should write before you code each class)
Which, kinda, means that API might change ( even though they call it RC2 ).