credy/tc-coding-standard

Traffic Control coding standard

Maintainers

Package info

gitlab.com/traffic_control/tc-coding-standard

Issues

Type:phpcodesniffer-standard

pkg:composer/credy/tc-coding-standard

Statistics

Installs: 6 094

Dependents: 27

Suggesters: 0

Stars: 0

dev-master 2021-12-02 13:32 UTC

This package is auto-updated.

Last update: 2026-03-01 00:37:25 UTC


README

This repository contains settings for Traffic Control coding style. Based on Yii2 coding style

PHP_Codesniffer

PHP_CodeSniffer coding standard, rule set and sniff token parsing classes for Traffic Control.

Using code style

After CodeSniffer is installed you can launch it with custom code style using the following syntax:

$ ./vendor/bin/phpcs --extensions=php --standard=TC .

Useful links