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.

Symfony 2.0 is now available

113 pointsby j0k3ralmost 14 years ago

17 comments

dewelleralmost 14 years ago
I've looked through some source code in the Symfony 2 components. The code is well organized, commented, and most of all it is of high quality.<p>As far as I am concerned, Symfony 2 is the gold standard example for developing a PHP project of any kind.
评论 #2818009 未加载
评论 #2816964 未加载
retro212almost 14 years ago
If you need a lightweight - Sinatra like framework check <a href="http://silex-project.org/" rel="nofollow">http://silex-project.org/</a> it is built from Symfony components and works like a charm
评论 #2816291 未加载
neovivealmost 14 years ago
The project team did an amazing job with this release. I'm not a Symfony user myself, but their website is very professional and well organized and the documentation is excellent -- very thorough and updated for the new release.<p>Beyond methodology and community, one of the major decisions involved when selecting a framework is being confident that your codebase will be supported in the near future. The Symfony developers and community seem very committed to their framework. Great Job!
websirnikalmost 14 years ago
I'm woking with Symfony 2 now for a half-year. And I can say that it is brilliant. Dependency Injection that they have implemented is a really nice feature. It is also great that it consists of de-coupled components. You can use any of the components including Dependency Injection in ur PHP projects.
评论 #2816613 未加载
celaloalmost 14 years ago
For those wants to know more about Symfony, I can assure you Symfony and Yii are at different leagues. Symfony is so much more featured than any PHP framework out there. Yml based settings and modeling plus the Admin Generator is one of a kind. I believe it is even better than Django and Rails, when it comes to flexibility and extensibility.
评论 #2816435 未加载
评论 #2816161 未加载
评论 #2816181 未加载
评论 #2816311 未加载
ericfrenkielalmost 14 years ago
Congratulations to Fabien and the Sensio team! Fabien is an amazing evangelist for the framework, and I've had the good fortune to attend Fabien's talks on multiple occasions. I've used Symfony since 2007 and it's clear the framework has staying power and significant adoption with each new year. Congrats again!
bergiealmost 14 years ago
I'm currently in process of building compatibility layers from our two old PHP frameworks (MidCOM and Midgard MVC) to Symfony, and have been very pleasantly surprised with both the code quality and the responsiveness of the community.<p>As part of this work I will also write new Symfony2 bundles for whatever functiolity our old frameworks had a SF2 misses. The first one is the ability to run Symfony2 apps under AppServer-in-PHP, a pure-PHP application/HTTP server. No Apache required! :-)<p><a href="https://github.com/bergie/MidgardAppServerBundle" rel="nofollow">https://github.com/bergie/MidgardAppServerBundle</a>
评论 #2816224 未加载
ecaronalmost 14 years ago
I wish they would stop referring to their documentation as a "book." The keep calling the link to <a href="http://symfony.com/doc/current/book/index.html" rel="nofollow">http://symfony.com/doc/current/book/index.html</a> as their book, yet it offers no ebook manner of being accessed (my kingdom for a PDF.)<p>I can't help but wonder who this "book" is being marketed to because of this "you can only access the book while you're fully online" limitation.
corryalmost 14 years ago
Can someone comment on Symfony vs. CodeIgniter? I've done a few projects in CI - any big compelling reason to switch to Symfony for the next one?
评论 #2817011 未加载
评论 #2816671 未加载
评论 #2816602 未加载
skrebbelalmost 14 years ago
&#62; <i>Everything is a Bundle in Symfony2: A bundle is a directory containing a set of files (PHP files, stylesheets, JavaScripts, images, ...) that implement a single feature (a blog, a forum, etc). That changes everything. Share your bundles between your projects or publish them in the wild.</i><p>I have no idea whether this is novel, but it is to me, and I <i>really</i> like it.
评论 #2816257 未加载
评论 #2824028 未加载
ZoFreXalmost 14 years ago
Very, very excited about this and have been for some time, congratulations to the team on the release! For those that don't know it, Symfony is a very impressive framework that puts a lot more into "Doing Things Right" than most other PHP frameworks, and some of their components (such as Assetic) are amazing contributions to the PHP ecosystem in their own right.
gary4garalmost 14 years ago
Congrats to Symfony2 Team!<p>FYI, Symfony2 requires minimum PHP version 5.3.2<p>PHP 5.3 which is not something every shared hosting provider will support, most are still on 5.2.series. so everyone should keep that in mind while writing PHP app with Symfony2
评论 #2816949 未加载
j_colalmost 14 years ago
Well done to everyone involved, looking forward to checking out all of the new features.
mrspeakeralmost 14 years ago
I'd never heard of Symfony before. Can someone point to some tech details about the framework? The site does a lot of explaining what a framework is, and some general philosophies - but not what this particular framework is.
评论 #2816156 未加载
评论 #2816139 未加载
kayoonealmost 14 years ago
have been using Symfony since 2007. Today it powers the backend and website of my gaming startup and we still love it very much. Project is still SF 1.4 though, would love to upgrade to 2.0 but that would be too much work right now as 2.0 changes alot of basic principles.
thesorrowalmost 14 years ago
In the meantime Zend Framework folks are designing Zend Framework 2.0 for PHP 5.4. U mad symfony ? :)
AlexMuiralmost 14 years ago
I highly recommend Yii ( <a href="http://www.yiiframework.com/" rel="nofollow">http://www.yiiframework.com/</a> ) for people looking for a PHP framework. I've never used Symfony so can't compare the two, but Yii has done everything I've asked of it.
评论 #2816188 未加载
评论 #2817045 未加载