/linter-php-plus

Lint PHP on the fly, using php -l

Primary LanguageCoffeeScript

linter-php+

This package will lint your .php opened filed in Atom through php -l.

Installation

  • Install php.
  • $ apm install linter (if you don't have AtomLinter/Linter installed).
  • $ apm install linter-php

Settings

You can configure linter-php by editing ~/.atom/config.cson (choose Open Your Config in Atom menu):

'linter-php':
  'phpExecutablePath': null # php path. run 'which php' to find the path

Other available linters

Forked with <3

This is a fork from linter-php. Containing the latest pull requests and no deprecation warnings.