Using the Symfony
full-stack framework
First, install the Symfony Installer. Then, execute this command:
The Symfony Installer is a small PHP application that must be installed once in your computer. It greatly simplifies the creation of new projects based on the Symfony framework.
Installation on Linux and Mac OS X
$ sudo chmod a+x /usr/local/bin/symfony
Installation on Windows
Move the downloaded file to your projects directory and
execute it as php symfony.
If you can't use the installer try instead the Symfony installation based on Composer.
Symfony Demo application
The best Symfony learning resource and the reference to develop applications following the official best practices.
Don't miss any updates!
Receive an email when a new Symfony version is published or when a Symfony version reaches its end of life.
Using the Symfony
components
Symfony framework is built on top of a set of decoupled and reusable PHP components called Symfony Components. They are becoming the standard foundation on which the best PHP applications are built on. You can use any of these components on your own applications independently from the framework.
Adding a Symfony Component to your application:
This requires to install Composer globally in your system.


