Master Symfony2 fundamentals
Symfony hosting done right
Download
Symfony Standard Edition
The Symfony Standard Edition is the best distribution to use when starting a new project. It contains the most common bundles, and comes with a simple configuration system.
Installation Instructions
- Check that your system passes all requirements.
- Download one of the archives somewhere under your local web server's root directory and unpack it. If you have Git installed, you should download Symfony2 "without vendors", as it adds a bit more flexibility.
- Follow the instructions in the README.md file (which is just a text file) that's packaged with the download.
- Enjoy!
SYMFONY COMPONENTS
Beside being a full-stack framework, Symfony is also a set of decoupled and standalone components. They can be downloaded and installed independently of the main framework.
SYMFONY ON GIT
The official Symfony2 repository is hosted on Github at
http://github.com/symfony/symfony.
You should only use this repository if you want the
bleeding edge or if you don't mind installing things by hand.
Legacy releases
Download the latest versions of the previous stable releases:






is a trademark of Fabien Potencier. All rights reserved.