All Projects → AtomLinter → Linter Phpcs

AtomLinter / Linter Phpcs

Linter plugin for PHP, using PHP_CodeSniffer.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Linter Phpcs

Linter Write Good
An Atom linter interface for write-good.
Stars: ✭ 102 (+59.38%)
Mutual labels:  linter, atom
Linter Js Standard
Atom linter plugin for JavaScript, using JavaScript Standard Style
Stars: ✭ 95 (+48.44%)
Mutual labels:  linter, atom
Linter Jscs
Atom JSCS linter providers
Stars: ✭ 69 (+7.81%)
Mutual labels:  linter, atom
linter-pylama
Lint python in the Atom on the fly, using pylama
Stars: ✭ 22 (-65.62%)
Mutual labels:  atom, linter
linter-elixirc
Atom Linter plugin for ElixirC
Stars: ✭ 14 (-78.12%)
Mutual labels:  atom, linter
Wsl Proxy
WSL proxy files for editor/linux interop
Stars: ✭ 134 (+109.38%)
Mutual labels:  linter, atom
Atom Linter Alex
Linter plugin using alex to catch insensitive, inconsiderate writing
Stars: ✭ 87 (+35.94%)
Mutual labels:  linter, atom
linter-glsl
Atom package that lints GLSL shaders on the fly.
Stars: ✭ 15 (-76.56%)
Mutual labels:  atom, linter
atom-perl6-editor-tools
A collection of useful Perl 6 editor tools
Stars: ✭ 19 (-70.31%)
Mutual labels:  atom, linter
atom-minimap-linter
Atom package to display linter markers on minimap
Stars: ✭ 26 (-59.37%)
Mutual labels:  atom, linter
Autocomplete Ruby
Provides intelligent code completion for Ruby in the Atom editor. Requires RSense.
Stars: ✭ 50 (-21.87%)
Mutual labels:  atom
Atom File Types
Specify additional file types for languages.
Stars: ✭ 54 (-15.62%)
Mutual labels:  atom
Atom Auto Prettier
An Atom package that semantically reformats Javascript based on the window size
Stars: ✭ 60 (-6.25%)
Mutual labels:  atom
Atom Message Panel
An easy way to display your messages in Atom
Stars: ✭ 60 (-6.25%)
Mutual labels:  atom
Terminus
Terminus, a terminal for Atom! - Looking for collaborators hop in, at your next bus stop :-)
Stars: ✭ 49 (-23.44%)
Mutual labels:  atom
Language Csharp
C# language support for Atom
Stars: ✭ 59 (-7.81%)
Mutual labels:  atom
Atom Pull Requests
View/Edit comments on a Pull Request directly inside the Atom Editor
Stars: ✭ 47 (-26.56%)
Mutual labels:  atom
Validator
Nu Html Checker – Helps you catch problems in your HTML/CSS/SVG
Stars: ✭ 1,024 (+1500%)
Mutual labels:  linter
Go Signature Statusbar
Display the signature of the current Go function under the cursor in the status bar of Atom
Stars: ✭ 44 (-31.25%)
Mutual labels:  atom
Phplint
Lightning fast concurrent PHP linter for Node.js, Grunt & Gulp! ⚡️
Stars: ✭ 62 (-3.12%)
Mutual labels:  linter

linter-phpcs

Build Status Dependency Status apm apm

Description

This is a provider for Linter that provides an interface to PHP_CodeSniffer (PHPCS). It supports files that have the "PHP" and "HTML" syntax.

Installation

PHPCS Installation

Before using this plugin, you must ensure that phpcs is installed and available on your $PATH. To install phpcs, the following:

  1. Install PHP.

  2. Install Composer.

  3. Install phpcs by typing the following in a terminal:

    composer global require "squizlabs/php_codesniffer=*"
    

Full installation steps, including alternate installation methods, can be found on the PHPCS site here.

Package Installation

You can then install this package either from within Atom or by running the following command:

$ apm install linter-phpcs

Note: If you do not already have the Linter package installed it will be installed for you to provide an interface for this package. If you are using an alternative interface simply disable the Linter package.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].