phpStorm with Symfony
phpStorm can add lot of usefull tool to work with Symfony frameworks.
the script is available here : Now you just have to add it to the external tools :
To start inspection go to tool > external tool > Clean All
You need to copy Symfony from Symfony coding standard package to C:\dev\vendor\squizlabs\php_codesniffer\src\Standards\
Symfony Plugin
It Require to Install PHP Annotations
Enabling Symfony plugin

PHP Annotations Plugin

PHP Toolbox Plugin

Autoloader configuration


Cache cleaner shortcut (optional)
As symfony cache could be annoying, here a command to clear it + autoload cache :the script is available here : Now you just have to add it to the external tools :

Adding Symfony Coding Standard
Official link : Symfony coding standard- It require Code Sniffer installed & configurated : phpStorm code sniffer configuration
