Question

I wonder if Symfony 2.0 is stable enough to use?

Because I've never used Symfony before.

It seems that Symfony 2 is much better than the previous version and I don't want to relearn/recode everything some months from now.

When do you think it will be released?

Would it be a wise choice to use 2.0 now?

Was it helpful?

Solution

No.

Yes. http://symfony.com/download

http://symfony-reloaded.org/learn

Quote from above link:

Please note that Symfony 2 is not yet ready for production. The final release is planned for late 2010 and will only support PHP 5.3.2. In the meantime, we highly encourage you to use the current symfony 1.4 stable release for all your projects.

OTHER TIPS

Symfony core team member here. No, Symfony2's not ready at all to be used in production, because it hasn't even reached the alpha state. As stated on the github page, things (especially the API) WILL change.

Furthermore, some components are not here yet, for example the Forms framework, so you would have to handle them by hand. Don't do that. But of course we'd be more than happy to get some feedback if you give it a try for a sandbox project of yours ;)

I would like to point out that we (www.exercise.com) are live and have been using Symfony 2 for a while now.

It has not been the most smooth experience (we try to stay up to date with the most recent sf2 branches on git, which is almost a full-time job for 1 person), but we have built a functioning site.

The largest hurdle right now to starting a project is the lack of documentation and examples online. So while it is possible to run a production site using Symfony 2, the framework still has a long ways to go until it can be used for a small project.

Yesterday at SymfonyLive 2011 (Twitter #sflive2011) Fabien said that the first Release Candidate will be March 2011.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top