symfony 1. x legacy website The symfony 1 x branch of the framework started in 2005 and the latest stable version and long term support release is symfony 1 4 As of November 2012, symfony 1 x is not maintained anymore and you are encouraged to have a look at newer Symfony versions for any new projects
What is Symfony What is Symfony Symfony is a set of PHP Packages, a Web Application framework, a Philosophy, and a Community — all working together in harmony
Symfony Packages Symfony Packages are a set of decoupled and reusable PHP libraries They have become the standard foundation on which the best PHP applications are built on
Configuring Symfony (Symfony Docs) Configuration Files Symfony applications are configured with the files stored in the config directory, which has this default structure: 1 2 3 4 5 6 7 8 9 your
The Symfony Framework Best Practices This article describes the best practices for developing web applications with Symfony that fit the philosophy envisioned by the original Symfony creators If you don't agree with some of these recomm…
The HttpFoundation Component (Symfony Docs) See also This article explains how to use the HttpFoundation features as an independent component in any PHP application In Symfony applications everything is already configured and ready to use Read the Controller article to learn about how to use these features when creating controllers