Search by

t3n / coding-standard

johannessteu

The t3n Coding Standard is a set of PHPCS rules based on the PSR-2 standard

Package info

github.com/t3n/coding-standard

Homepage

Type:phpcodesniffer-standard

pkg:composer/t3n/coding-standard

Statistics

Installs: 14 834

Dependents: 11

Suggesters: 0

Stars: 0

Open Issues: 2

1.1.1 2023-11-13 15:31 UTC

This package is auto-updated.

Last update: 2026-09-13 21:44:20 UTC


README

Latest Stable Version Total Downloads

t3n Coding Standard

The t3n Coding Standard is a set of PHPCS rules based on the PSR-2 standard.

To install this standard you can easily require it via composer:

composer require t3n/coding-standard

To check your php files you can now use the t3n standard:

phpcs --standard=t3n