Libraries tagged by php-code
staabm/side-effects-detector
130951328 Downloads
A static analysis tool to detect side effects in PHP code
shipmonk/dead-code-detector
5378773 Downloads
Dead code detector to find unused PHP code via PHPStan extension. Can automatically remove dead PHP code. Supports libraries like Symfony, Doctrine, PHPUnit etc. Detects dead cycles. Can detect dead code that is tested.
composer/class-map-generator
155331846 Downloads
Utilities to scan PHP code and generate class maps.
sebastian/phpcpd
49180544 Downloads
Copy/Paste Detector (CPD) for PHP code.
jakub-onderka/php-console-highlighter
138243127 Downloads
Highlight PHP code in terminal
phpcompatibility/phpcompatibility-wp
37957692 Downloads
A ruleset for PHP_CodeSniffer to check for PHP cross-version compatibility issues in projects, while accounting for polyfills provided by WordPress.
phpcsstandards/phpcsutils
47208083 Downloads
A suite of utility functions for use with PHP_CodeSniffer
phpcsstandards/phpcsextra
35628238 Downloads
A collection of sniffs and standards for use with PHP_CodeSniffer.
symfony/polyfill-util
125022558 Downloads
Symfony utilities for portability of PHP codes
ssch/typo3-rector
3549719 Downloads
Instant fixes for your TYPO3 PHP code by using Rector.
phpunit/phpcov
24256400 Downloads
CLI frontend for php-code-coverage
php-parallel-lint/php-console-highlighter
34458824 Downloads
Highlight PHP code in terminal
pheromone/phpcs-security-audit
4012156 Downloads
phpcs-security-audit is a set of PHP_CodeSniffer rules that finds vulnerabilities and weaknesses related to security in PHP code
edgedesign/phpqa
1283932 Downloads
Analyze PHP code with one command.
fabpot/php-cs-fixer
5543704 Downloads
A tool to automatically fix PHP code style