Browse Source

Add `povils/phpmnd`

Co-authored-by: Povilas Susinskas <povilas.susinskas@gmail.com>
pull/1254/head
alexkart 1 year ago
parent
commit
5469710688
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      README.md

+ 1
- 0
README.md View File

387
 * [Better Reflection](https://github.com/Roave/BetterReflection) - AST-based reflection library that allows analysis and manipulation of code
387
 * [Better Reflection](https://github.com/Roave/BetterReflection) - AST-based reflection library that allows analysis and manipulation of code
388
 * [Code Climate](https://codeclimate.com) - An automated code review.
388
 * [Code Climate](https://codeclimate.com) - An automated code review.
389
 * [GrumPHP](https://github.com/phpro/grumphp) - A PHP code-quality tool.
389
 * [GrumPHP](https://github.com/phpro/grumphp) - A PHP code-quality tool.
390
+* [PHP Magic Number Detector](https://github.com/povils/phpmnd) - A library that detects magic numbers in code.
390
 * [PHP Parser](https://github.com/nikic/PHP-Parser) - A PHP parser written in PHP.
391
 * [PHP Parser](https://github.com/nikic/PHP-Parser) - A PHP parser written in PHP.
391
 * [PHP Semantic Versioning Checker](https://github.com/tomzx/php-semver-checker) - A command line utility that compares two source sets and determines the appropriate semantic versioning to apply.
392
 * [PHP Semantic Versioning Checker](https://github.com/tomzx/php-semver-checker) - A command line utility that compares two source sets and determines the appropriate semantic versioning to apply.
392
 * [Phpactor](https://github.com/phpactor/phpactor) - PHP completion, refactoring and introspection tool.
393
 * [Phpactor](https://github.com/phpactor/phpactor) - PHP completion, refactoring and introspection tool.

Loading…
Cancel
Save