Skip to content

Commit 1e4a770

Browse files
committed
Add Readme
1 parent 9ac439e commit 1e4a770

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

Readme.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
[![Latest Stable Version](https://poser.pugx.org/t3n/coding-standard/v/stable)](https://packagist.org/packages/t3n/coding-standard) [![Total Downloads](https://poser.pugx.org/t3n/coding-standard/downloads)](https://packagist.org/packages/t3n/coding-standard)
2+
3+
# t3n Coding Standard
4+
5+
The t3n Coding Standard is a set of PHPCS rules based on the PSR-2 standard.
6+
7+
To install this standard you can easily require it via composer:
8+
9+
```bash
10+
composer require t3n/coding-standard
11+
```
12+
13+
To check your php files you can now use the t3n standard:
14+
15+
```bash
16+
phpcs --standard=t3n
17+
```

0 commit comments

Comments
 (0)