Topic: PHP Coding Standards Fixer Using Atom
As a developer it is very important to follow the Coding Standards. Atom provides a very easy built in system after installing this Package.
Once installed in windows with XAMPP in the settings set values as below.
PHP executable path: c:\xampp\php\php.exe
PHP-CS-fixer executable path: [path_to_atom]\.atom\packages\php-cs-fixer\php-cs-fixer-v2.phar
You need to download php-cs-fixer-v2.phar file from here in the above path.
Enjoy...