Skip to content

Instantly share code, notes, and snippets.

@slayerfat
Created May 25, 2015 16:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save slayerfat/83e382303b9c7e15fa2b to your computer and use it in GitHub Desktop.
Save slayerfat/83e382303b9c7e15fa2b to your computer and use it in GitHub Desktop.
useful atom packages
<!-- 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