Skip to content
This repository has been archived by the owner on Mar 20, 2024. It is now read-only.

Latest commit

 

History

History
32 lines (21 loc) · 953 Bytes

readme.rst

File metadata and controls

32 lines (21 loc) · 953 Bytes

Coding Guideline for PHP

Installation

You have to require the package via composer composer require codappix/cgl-php.

Afterwards, there are multiple ways to install the standard. We recommend to require dealerdirect/phpcodesniffer-composer-installer which handles the installation.

What does it do?

The goal of this package is to provide our PHP cgl rules, which are based on PSR-12, via composer. The package uses PHP_CodeSniffer to sniff the configured PHP files and show errors.

How to use

After installation, the standard is available as CDXPHP.

Current state

This is the initial version of this ruleset. We are currently only using the PSR-12 rules. Custom rules and sniffs will follow when needed.

This is a early version. More information can be taken from Github at current issues.