Skip to content

Commit 53c041d

Browse files
authored
Merge pull request #61 from DeGraciaMathieu/patch-1
Added php-class-dependencies-analyzer
2 parents 0ef36ac + 0a71ecd commit 53c041d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ Tools to measure the code complexity, line of codes, etc.
136136
* [Dissect](https://github.com/jakubledl/dissect) - A set of tools for lexical and syntactical analysis.
137137
* [php-arguments-detector](https://github.com/DeGraciaMathieu/php-arguments-detector) - Keep control over the complexity of your methods by checking that they do not have too many arguments.
138138
* [php-smelly-code-detector](https://github.com/DeGraciaMathieu/php-smelly-code-detector) - PHP code smell detector.
139+
* [php-class-dependencies-analyzer](https://github.com/DeGraciaMathieu/php-class-dependencies-analyzer) - This tool allows you to monitor the dependencies and instability of your classes
139140
* [PHPLOC](https://github.com/sebastianbergmann/phploc) - Utility to measures PHP application size and count various structures.
140141
* [PHP Metrics](https://github.com/Halleck45/PhpMetrics) - Calculates all sorts of metrics, and display them in a gorgeous interface.
141142
* [PHP Semantic Versioning Checker](https://github.com/tomzx/php-semver-checker) - Compares two source sets and determines the appropriate semantic versioning to apply.

0 commit comments

Comments
 (0)