File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed
Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,27 @@ Minimal PHP QA Docker image focused on loca/CI static analysis, styling and othe
66
77It's plays nicely with [ kool.dev] ( https://github.com/kool-dev/kool ) managed environments, but can fit in any other PHP use-case.
88
9+ #### Tools included in the image
10+
11+ ** Static analysis**
12+
13+ - Phan - static analyzer for PHP (` phan ` )
14+ - PHP Mess Detector (` phpmd ` )
15+ - PHP Copy/Paste Detector (` phpcpd ` )
16+
17+ ** Code Style**
18+
19+ - PHP Coding Standards Fixer (` php-cs-fixer ` )
20+
21+ ** Security**
22+
23+ - Local PHP Security Checker (` local-php-security-checker ` )
24+
25+ ** Testing**
26+
27+ - PHPUnit 9.5 (` phpunit ` )
28+ - PHPUnit 10 (` phpunit10 ` for cutting-edge testing)
29+
930## Usage
1031
1132Just execute any QA tool available straight from a new container. Using [ ` kool ` ] ( https://github.com/kool-dev/kool ) is the prefered way:
You can’t perform that action at this time.
0 commit comments