# SublimeLinter-php **Repository Path**: zhush/SublimeLinter-php ## Basic Information - **Project Name**: SublimeLinter-php - **Description**: SublimeLinter 3 plugin for PHP, using php -l. - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-01-08 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 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