Skip to content

Commit 4a66adb

Browse files
committed
add available tools section to README
1 parent 177bd09 commit 4a66adb

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,27 @@ Minimal PHP QA Docker image focused on loca/CI static analysis, styling and othe
66

77
It'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

1132
Just execute any QA tool available straight from a new container. Using [`kool`](https://github.com/kool-dev/kool) is the prefered way:

0 commit comments

Comments
 (0)