Symfony is a PHP framework based on MVC, the latest version is 2.7
How it works
Two methods to install Synfony
1. Use composer to install
1) Download composer http://getcomposer.org/Composer-Setup.exe and install it
2) Call the system command line
>php composer.phar create-project symfony/framework-standard-edition /path/to/webroot/Symfony <span>'</span><span>~2.6</span>
(Use composer help create-project for more help)
2 Official website download
1) Install the symfony installer
$ sudo curl -LsS http:<span>//</span><span>symfony.com/installer -o /usr/local/bin/symfony</span> $ sudo chmod a+x /usr/local/bin/symfony
c:\> php -r <span>"</span><span>readfile('http://symfony.com/installer');</span><span>"</span> > symfony
Put the downloaded file into the folder to be installed
Execute
php symfony
Installation
$ symfony <span>new</span> my_project