https://github.com/protonmail/php-coding-standard
ProtonLabs Coding Standard for PHP_CodeSniffer (extending PER coding style)
https://github.com/protonmail/php-coding-standard
coding-standards coding-style php-codesniffer psr-12
Last synced: 10 months ago
JSON representation
ProtonLabs Coding Standard for PHP_CodeSniffer (extending PER coding style)
- Host: GitHub
- URL: https://github.com/protonmail/php-coding-standard
- Owner: ProtonMail
- License: mit
- Created: 2018-10-03T21:21:49.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-10-27T08:34:21.000Z (over 2 years ago)
- Last Synced: 2025-04-08T10:53:55.957Z (10 months ago)
- Topics: coding-standards, coding-style, php-codesniffer, psr-12
- Language: PHP
- Homepage:
- Size: 59.6 KB
- Stars: 7
- Watchers: 4
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Proton PHP Coding Standards


## Installation & Usage
Install the package with composer
```sh
composer req protonlabs/php-coding-standard --dev
```
To use it in your phpcs xml, add a rule pointing to the ruleset.xml
```xml
*/vendor/*
```