https://github.com/cdn77/coding-standard
CDN77 Coding Standard, defensive and strict, based on Doctrine standard https://github.com/doctrine/coding-standard
https://github.com/cdn77/coding-standard
coding-standard php php-codesniffer
Last synced: 10 months ago
JSON representation
CDN77 Coding Standard, defensive and strict, based on Doctrine standard https://github.com/doctrine/coding-standard
- Host: GitHub
- URL: https://github.com/cdn77/coding-standard
- Owner: cdn77
- Created: 2017-12-12T16:05:57.000Z (about 8 years ago)
- Default Branch: 7.0.x
- Last Pushed: 2025-03-23T20:21:10.000Z (11 months ago)
- Last Synced: 2025-04-11T22:11:39.096Z (10 months ago)
- Topics: coding-standard, php, php-codesniffer
- Language: PHP
- Homepage:
- Size: 312 KB
- Stars: 6
- Watchers: 5
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Cdn77 Coding Standard [](https://github.com/cdn77/coding-standard/actions)
=====================
Based on Doctrine Coding Standard https://github.com/doctrine/coding-standard
## How to use it
* Require this project as composer dev dependency:
```
composer require --dev cdn77/coding-standard
```
* Reference this coding standard in your `phpcs.xml.dist` (_check out [the one used in this project](phpcs.xml.dist)_):
```
```