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

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)

Awesome Lists containing this project

README

          

# Proton PHP Coding Standards

![PHP from Packagist](https://img.shields.io/packagist/php-v/protonlabs/php-coding-standard.svg?style=flat-square)
![Packagist Version](https://img.shields.io/packagist/v/protonlabs/php-coding-standard.svg?style=flat-square)

## 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/*

```