Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/steevanb/php-code-sniffs
- Owner: steevanb
- Created: 2016-05-20T19:40:58.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-09-04T14:44:37.000Z (4 months ago)
- Last Synced: 2024-09-28T16:06:13.034Z (3 months ago)
- Topics: php, php-codesniffer, phpcs
- Language: PHP
- Homepage:
- Size: 101 KB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
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).