Libraries tagged by statik
phpstan/phpstan-doctrine
75883054 Downloads
Doctrine extensions for PHPStan
phpstan/phpstan-deprecation-rules
94373018 Downloads
PHPStan rules for detecting usage of deprecated classes, methods, properties, constants and traits.
phpstan/extension-installer
115506748 Downloads
Composer plugin for automatic installation of PHPStan extensions
phpcompatibility/phpcompatibility-wp
36323020 Downloads
A ruleset for PHP_CodeSniffer to check for PHP cross-version compatibility issues in projects, while accounting for polyfills provided by WordPress.
php-parallel-lint/php-parallel-lint
64818828 Downloads
This tool checks the syntax of PHP files about 20x faster than serial check.
phan/phan
12198378 Downloads
A static analyzer for PHP
overtrue/phplint
14595711 Downloads
`phplint` is a tool that can speed up linting of php files by running several lint processes at once.
nette/di
42153686 Downloads
💎 Nette Dependency Injection Container: Flexible, compiled and full-featured DIC with perfectly usable autowiring and support for all new PHP features.
markrogoyski/math-php
7920605 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
13215409 Downloads
CLI tool to analyze composer dependencies and verify that no unknown symbols are used in the sources of a package
icanhazstring/composer-unused
8471660 Downloads
Show unused packages by scanning your code
deptrac/deptrac
10142679 Downloads
Deptrac is a static code analysis tool that helps to enforce rules for dependencies between software layers.
nunomaduro/larastan
47141359 Downloads
Larastan - Discover bugs in your code without running it. A phpstan/phpstan extension for Laravel
doctrine/reflection
107864664 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.
phpmetrics/phpmetrics
15887143 Downloads
Static analyzer tool for PHP : Coupling, Cyclomatic complexity, Maintainability Index, Halstead's metrics... and more !