Skip to content

Commit b16b44b

Browse files
author
Florian Krämer
committed
Documentation Updates
1 parent 1a288a2 commit b16b44b

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,12 @@ It is also more or less easy to write your own rules if you need to enforce some
3434

3535
### Alternative Tools
3636

37-
If you don't like this library, you can also check out other tools:
37+
If you don't like this library, you can also check out other tools. Some of them provide a fluent interface instead of a Regex. If this feels more comfortable for you, you might want to check them out:
3838

39-
* [Deptrac](https://github.com/deptrac/deptrac)
40-
* [PHP Architecture Tester](https://www.phpat.dev/)
41-
* [PHPArkitect](https://github.com/phparkitect/arkitect)
39+
* [Deptrac](https://github.com/deptrac/deptrac) - Checks dependencies between namespaces and classes.
40+
* [PHP Architecture Tester](https://www.phpat.dev/) - A tool to enforce architectural rules in PHP applications.
41+
* [PHPArkitect](https://github.com/phparkitect/arkitect) - A tool to enforce architectural rules in PHP applications.
42+
* [PHPMD](https://phpmd.org/) - A tool that scans PHP source code and looks for potential problems.
4243

4344
## License
4445

0 commit comments

Comments
 (0)