Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/steevanb/php-code-sniffs

My coding standards
https://github.com/steevanb/php-code-sniffs

php php-codesniffer phpcs

Last synced: about 2 months ago
JSON representation

My coding standards

Awesome Lists containing this project

README

        

[![version](https://img.shields.io/badge/version-5.0.0-green.svg)](https://github.com/steevanb/php-code-sniffs/tree/5.0.0)
[![php](https://img.shields.io/badge/php-^7.1||^8.0-blue.svg)](https://php.net)
![Lines](https://img.shields.io/badge/code%20lines-2928-green.svg)
![Total Downloads](https://poser.pugx.org/steevanb/php-code-sniffs/downloads)

# php-code-sniffs

Use [squizlabs/php_codesniffer](https://github.com/squizlabs/PHP_CodeSniffer) to check your code style.

Remove some coding standards, and add a few more.

[Changelog](documentation/changelog.md).

# Installation

You can install phpcs with this 2 methods:
* [As Composer dependency](documentation/dependency.md)
* [Use the Docker image](documentation/docker.md)

# Code sniffs

List of enabled code sniffs is [available here](documentation/sniffs.md).

You can [configure some sniffs](documentation/configuration.md).

# Run phpcs with CircleCI

And example of how to use Docker image with CircleCI is [available here](documentation/circleci.md).