Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/SublimeLinter/SublimeLinter-php
SublimeLinter 3 plugin for PHP, using php -l.
https://github.com/SublimeLinter/SublimeLinter-php
Last synced: 3 months ago
JSON representation
SublimeLinter 3 plugin for PHP, using php -l.
- Host: GitHub
- URL: https://github.com/SublimeLinter/SublimeLinter-php
- Owner: SublimeLinter
- License: mit
- Created: 2013-12-16T13:16:43.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2022-08-12T15:16:05.000Z (over 2 years ago)
- Last Synced: 2024-08-01T19:54:52.481Z (6 months ago)
- Language: Python
- Size: 40 KB
- Stars: 209
- Watchers: 15
- Forks: 29
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome - SublimeLinter/SublimeLinter-php - SublimeLinter 3 plugin for PHP, using php -l. (Python)
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