PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.

squizlabs/php_codesniffer stats

Downloads
287.6M
Stars
10,710
Open Issues
289
Forks
1,473

View on GitHub →

PHP_CodeSniffer Package Summary

Overview

PHP_CodeSniffer is a crucial tool for maintaining code quality and consistency, equipped with two primary scripts: phpcs for tokenizing PHP, JavaScript, and CSS files to detect coding standard violations, and phpcbf for automatically correcting these violations. This package helps ensure that your project adheres to a specified coding standard, enhancing readability and maintainability.

Key Features

  • Tokenization of Multiple Languages: PHP, JavaScript, and CSS.
  • Automatic Code Correction: Utilize phpcbf to automatically fix code standard violations.
  • Compatibility: Requires PHP 5.4.0 or higher, with specific sniffs possibly requiring additional tools.
  • Configurability: Supports custom configuration files for team or CI server integrations.
  • Multiple Installation Methods: Installable via Phar files, Composer, Phive, PEAR, or directly from the Git repository.

Installation

  • Phar Files:
    curl -OL https://squizlabs.github.io/PHP_CodeSniffer/phpcs.phar
    curl -OL https://squizlabs.github.io/PHP_CodeSniffer/phpcbf.phar
    # or via wget
    wget https://squizlabs.github.io/PHP_CodeSniffer/phpcs.phar
    wget https://squizlabs.github.io/PHP_CodeSniffer/phpcbf.phar
  • Composer:
    composer global require "squizlabs/php_codesniffer=*"
  • Phive:
    phive install phpcs
    phive install phpcbf
  • PEAR:
    pear install PHP_CodeSniffer
  • Git Clone:
    git clone https://github.com/squizlabs/PHP_CodeSniffer.git

Usage

Run PHP_CodeSniffer using:

phpcs /path/to/code-directory
phpcbf /path/to/code-directory

Specify coding standards with the --standard option:

phpcs --standard=PSR12 /path/to/code-directory

Documentation and Support

Important Note

This repository has been abandoned. Its successor is PHPCSStandards/PHP_CodeSniffer. For more details, see issue #3932.

PHP_CodeSniffer adheres to semantic versioning with detailed guidelines for each version type (MAJOR, MINOR, PATCH), ensuring consistent and predictable updates.

Cube

Laravel Newsletter

Join 40k+ other developers and never miss out on new tips, tutorials, and more.


Squizlabs Php Codesniffer Related Articles

Using PHP Codesniffer With Laravel image

Using PHP Codesniffer With Laravel

Read article
Kirschbaum logo

Kirschbaum

Providing innovation and stability to ensure your web application succeeds.

Kirschbaum
Lunar: Laravel E-Commerce logo

Lunar: Laravel E-Commerce

E-Commerce for Laravel. An open-source package that brings the power of modern headless e-commerce functionality to Laravel.

Lunar: Laravel E-Commerce
Laravel Forge logo

Laravel Forge

Easily create and manage your servers and deploy your Laravel applications in seconds.

Laravel Forge
Cut PHP Code Review Time & Bugs into Half with CodeRabbit logo

Cut PHP Code Review Time & Bugs into Half with CodeRabbit

CodeRabbit is an AI-powered code review tool that specializes in PHP and Laravel, running PHPStan and offering automated PR analysis, security checks, and custom review features while remaining free for open-source projects.

Cut PHP Code Review Time & Bugs into Half with CodeRabbit
Lucky Media logo

Lucky Media

Get Lucky Now - the ideal choice for Laravel Development, with over a decade of experience!

Lucky Media
Tinkerwell logo

Tinkerwell

The must-have code runner for Laravel developers. Tinker with AI, autocompletion and instant feedback on local and production environments.

Tinkerwell