SublimeLinter-php ========================= [![Build Status](https://travis-ci.org/SublimeLinter/SublimeLinter-php.svg?branch=master)](https://travis-ci.org/SublimeLinter/SublimeLinter-php) This linter plugin for [SublimeLinter](https://github.com/SublimeLinter/SublimeLinter) provides an interface to [php -l](http://www.php.net/manual/en/features.commandline.options.php). It will be used with files that have the "PHP", "HTML", or "HTML 5" syntax. ## Installation SublimeLinter must be installed in order to use this plugin. Please use [Package Control](https://packagecontrol.io) to install the linter plugin. Before installing this plugin, ensure that `php` is installed on your system. To install `php`, download and run the appropriate installer: [Linux/OS X](http://www.php.net/downloads.php) or [Windows](http://windows.php.net/download/). Please make sure that the path to `php` is available to SublimeLinter. The docs cover [troubleshooting PATH configuration](http://sublimelinter.com/en/latest/troubleshooting.html#finding-a-linter-executable). ## Settings - SublimeLinter settings: http://sublimelinter.com/en/latest/settings.html - Linter settings: http://sublimelinter.com/en/latest/linter_settings.html