Libraries tagged by istat
markrogoyski/math-php
5919065 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
deptrac/deptrac
1465148 Downloads
Deptrac is a static code analysis tool that helps to enforce rules for dependencies between software layers.
nunomaduro/larastan
42135493 Downloads
Larastan - Discover bugs in your code without running it. A phpstan/phpstan extension for Laravel
doctrine/reflection
103218458 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.
symfony/runtime
67129099 Downloads
Enables decoupling PHP applications from global state
phpmetrics/phpmetrics
12867890 Downloads
Static analyzer tool for PHP : Coupling, Cyclomatic complexity, Maintainability Index, Halstead's metrics... and more !
matthiasmullie/minify
25301929 Downloads
CSS & JavaScript minifier, in PHP. Removes whitespace, strips comments, combines files (incl. @import statements and small assets in CSS files), and optimizes/shortens a few common programming patterns.
wnx/laravel-stats
1607458 Downloads
Get insights about your Laravel Project
winzou/state-machine
12633680 Downloads
A very lightweight yet powerful PHP state machine
spatie/laravel-model-states
4519265 Downloads
State support for Eloquent models
yohang/finite
3300785 Downloads
A simple PHP Finite State Machine
tomasvotruba/type-coverage
5420006 Downloads
Measure type coverage of your project
szepeviktor/phpstan-wordpress
5054854 Downloads
WordPress extensions for PHPStan
spaze/phpstan-disallowed-calls
14468810 Downloads
PHPStan rules to detect disallowed method & function calls, constant, namespace, attribute & superglobal usages, with powerful rules to re-allow a call or a usage in places where it should be allowed.
sirbrillig/phpcs-variable-analysis
40905429 Downloads
A PHPCS sniff to detect problems with variables.