povils/phpmnd
PHPMND detects magic numbers in PHP code to improve readability and maintainability. Flags numeric literals that should be constants (0 and 1 ignored by default). Install via Composer and run vendor/bin/phpmnd locally or globally in CI and dev workflows.
phpunit/php-timer 7.0composer-runtime-api:"^2.0" dependency to be able to get application version automaticallyApplication::VERSION match the latest git tagphpunit/php-timer--non-zero-exit-on-violation option.--non-zero-exit-on-violation option to return non zero exit code when there are magic number in the codebase.--hint option suggest replacements for magic numbers.--suffixes option.--strings option to include strings literals in code analysis.--ignore-strings option to ignore strings when using the strings option.--exclude-path option.--exclude-file option.--ignore-funcs option.How can I help you explore Laravel packages today?