shipmonk/name-collision-detector dependents (40) Order by: name | downloads Show: all | require | require-dev
-
PHP
infection/infection
Infection is a Mutation Testing framework for PHP. The mutation adequacy score can be used to measure the effectiveness of a test set in terms of its ability to detect faults.
-
PHP
kyzegs/doctrine-entity-preloader
Efficient & easy to use solution to n+1 problem in Doctrine ORM
-
-
PHP
phpstan/phpstan-deprecation-rules
PHPStan rules for detecting usage of deprecated classes, methods, properties, constants and traits.
-
-
-
-
-
-
-
-
-
PHP
shipmonk/composer-dependency-analyser
Fast detection of composer dependency issues (dead dependencies, shadow dependencies, misplaced dependencies)
-
PHP
shipmonk/copy-paste-detector
Finds duplicated PHP code structures using AST-based analysis, inspired by CloneDR to detect Type-2 (parameterized) code clones.
-
PHP
shipmonk/coverage-guard
Enforce code coverage in your CI. Not by percentage, but target core methods. No more untested Facades, Controllers, or Repositories. Allows you to start enforcing coverage for new code only!