Created
May 25, 2015 16:18
-
-
Save slayerfat/83e382303b9c7e15fa2b to your computer and use it in GitHub Desktop.
useful atom packages
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- PHP --> | |
<!-- LINT --> | |
https://atom.io/packages/linter-php | |
<!-- PHPMD --> | |
composer global require "phpmd/phpmd" | |
https://atom.io/packages/linter-phpmd | |
http://phpmd.org/ | |
<!-- PHPCS --> | |
composer global require "squizlabs/php_codesniffer=*" | |
https://github.com/squizlabs/PHP_CodeSniffer | |
https://atom.io/packages/linter-phpcs | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment