Libraries tagged by stat
shipmonk/composer-dependency-analyser
8672429 Downloads
Fast detection of composer dependency issues (dead dependencies, shadow dependencies, misplaced dependencies)
phpstan/phpstan-symfony
76861499 Downloads
Symfony Framework extensions and rules for PHPStan
phpstan/phpstan-strict-rules
71435006 Downloads
Extra strict and opinionated rules for PHPStan
phpstan/phpstan-phpunit
115098629 Downloads
PHPUnit extensions and rules for PHPStan
phpstan/phpstan-doctrine
73869280 Downloads
Doctrine extensions for PHPStan
phpstan/phpstan-deprecation-rules
90716329 Downloads
PHPStan rules for detecting usage of deprecated classes, methods, properties, constants and traits.
phpstan/extension-installer
111326766 Downloads
Composer plugin for automatic installation of PHPStan extensions
php-parallel-lint/php-parallel-lint
62743006 Downloads
This tool checks the syntax of PHP files about 20x faster than serial check.
phan/phan
11986431 Downloads
A static analyzer for PHP
markrogoyski/math-php
7739577 Downloads
Math Library for PHP. Features descriptive statistics and regressions; Continuous and discrete probability distributions; Linear algebra with matrices and vectors, Numerical analysis; special mathematical functions; Algebra
maglnet/composer-require-checker
12657351 Downloads
CLI tool to analyze composer dependencies and verify that no unknown symbols are used in the sources of a package
icanhazstring/composer-unused
8076745 Downloads
Show unused packages by scanning your code
deptrac/deptrac
9286686 Downloads
Deptrac is a static code analysis tool that helps to enforce rules for dependencies between software layers.
nunomaduro/larastan
46753825 Downloads
Larastan - Discover bugs in your code without running it. A phpstan/phpstan extension for Laravel
doctrine/reflection
107500488 Downloads
The Doctrine Reflection project is a simple library used by the various Doctrine projects which adds some additional functionality on top of the reflection functionality that comes with PHP. It allows you to get the reflection information about classes, methods and properties statically.