I started using PHP Code Style Fixer long time ago for automatically fix my code style. You can use this tool via command line. But also you can add a file-watcher for PhpStorm. It runs php-cs-fixer on every file save. So you dont need to run php-cs-fixer manually.
Here you can download watchers.xml
: https://gist.github.com/shibby/6cb1fcafe3747ce8e2f7aa0e8dc2b516
All you need to do is import xml file from PhpStorm Settings->File Watchers and installing php-cs-fixer to /usr/local/bin
folder.
Bununla başladım, daha sonra PSR kavramını uçtum bir anda.. Hep görüyorum, denk geliyorum ama ne olduğunu merak etmemiştim.
Şimdi standartları okumaya başladım, bakalım ne kadar takip ediyormuşum standartları..
Windows için:
Composer ile php-cs-fixer’i global olarak kurun. Daha sonra Güvenden forkladığım bu dosyayı kullanın:
https://gist.github.com/oralunal/6060c1f55c0ce5d860de780c31c7fa42
program parametresinde .bat dosyasının yolunu belirttiğimiz yerde “oralunal” yazan kısmı kendi kullanıcı adınızla değiştirmeyi unutmayın!