File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 1- # symfony- coding- standard
1+ # Symfony coding standard of ProjektMOTOR
22Symfony coding standards for ProjektMOTOR enriched by several useful rules.
33
4- We at ProjektMOTOR love clean code. So we have a have an internal PHP coding standard based on
4+ We at ProjektMOTOR : heart : clean code. So we have a have an internal PHP coding standard based on
55symfony coding standard
66used for all our projects. We are using [ PHP CodeSniffer] [ 1 ] with the great [ Symfony PHP CodeSniffer Coding Standard
77 of djoos] [ 2 ] and some sniffs of [ Slevomat Coding Standard] [ 3 ] , both adopted to our own needs.
88
99## Goals of our coding standard
1010
11- * Using already existing standards (PSR-1, PSR-2)
12- * Coding standard across different projects
13- * Avoid duplications (also between code, CVS history and documentation)
11+ * Using already existing standards (PSR-1, PSR-2, Symfony).
12+ * Coding standard can be used across different projects.
13+ * Avoid duplications (also between code, CVS history and documentation).
14+ * Ensure code quality across different dev setups (e.g. different IDEs).
1415
1516## Installation
1617
1718If you use [ Composer] [ 4 ] , you can install ProjektMOTOR Coding Standard in your project with the following
1819command:
1920
2021``` BASH
21- composer require --dev projektmotor/coding-standard
22+ composer require --dev projektmotor/symfony- coding-standard
2223```
2324
2425## Usage
You can’t perform that action at this time.
0 commit comments