Libraries tagged by anil
larastan/larastan
67853104 Downloads
Larastan - Discover bugs in your code without running it. A phpstan/phpstan extension for Laravel
friendsofphp/php-cs-fixer
264367390 Downloads
A tool to automatically fix PHP code style
wp-coding-standards/wpcs
52418943 Downloads
PHP_CodeSniffer rules (sniffs) to enforce WordPress coding conventions
vimeo/psalm
85833426 Downloads
A static analysis tool for finding errors in PHP applications
squizlabs/php_codesniffer
400894364 Downloads
PHP_CodeSniffer tokenizes PHP files and detects violations of a defined set of coding standards.
phpcompatibility/php-compatibility
86622134 Downloads
A set of sniffs for PHP_CodeSniffer that checks for PHP cross-version compatibility.
behat/behat
105291175 Downloads
Scenario-oriented BDD framework for PHP
infection/infection
31649288 Downloads
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.
spatie/laravel-analytics
6371390 Downloads
A Laravel package to retrieve Google Analytics data.
shipmonk/composer-dependency-analyser
10178298 Downloads
Fast detection of composer dependency issues (dead dependencies, shadow dependencies, misplaced dependencies)
szepeviktor/phpstan-wordpress
12357712 Downloads
WordPress extensions for PHPStan
symplify/easy-coding-standard
39345911 Downloads
Use Coding Standard with 0-knowledge of PHP-CS-Fixer and PHP_CodeSniffer
staabm/side-effects-detector
126207029 Downloads
A static analysis tool to detect side effects in PHP code
silber/bouncer
4982116 Downloads
Eloquent roles and abilities.
shipmonk/dead-code-detector
5073869 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.