Libraries tagged by php Extensions
phpunit/php-token-stream
382253928 Downloads
Wrapper around PHP's tokenizer extension.
slim/slim
44934578 Downloads
Slim is a PHP micro framework that helps you quickly write simple yet powerful web applications and APIs
larastan/larastan
27558943 Downloads
Larastan - Discover bugs in your code without running it. A phpstan/phpstan extension for Laravel
laminas/laminas-code
164613898 Downloads
Extensions to the PHP Reflection API, static code scanning, and code generation
paragonie/sodium_compat
108892524 Downloads
Pure PHP implementation of libsodium; uses the PHP extension if it exists
nunomaduro/larastan
42585539 Downloads
Larastan - Discover bugs in your code without running it. A phpstan/phpstan extension for Laravel
jetbrains/phpstorm-stubs
20525328 Downloads
PHP runtime & extensions header files for PhpStorm
php-console/php-console
2692800 Downloads
PHP library for Google Chrome extension "PHP Console".
php-mime-mail-parser/php-mime-mail-parser
7867048 Downloads
A fully tested email parser for PHP 8.0+ (mailparse extension wrapper).
php-mock/php-mock
15225444 Downloads
PHP-Mock can mock built-in PHP functions (e.g. time()). PHP-Mock relies on PHP's namespace fallback policy. No further extension is needed.
reactivex/rxphp
2901144 Downloads
Reactive extensions for php.
phpredis/phpredis
44198 Downloads
A PHP extension for Redis
nelexa/zip
6451536 Downloads
PhpZip is a php-library for extended work with ZIP-archives. Open, create, update, delete, extract and get info tool. Supports appending to existing ZIP files, WinZip AES encryption, Traditional PKWARE Encryption, BZIP2 compression, external file attributes and ZIP64 extensions. Alternative ZipArchive. It does not require php-zip extension.
spatie/async
3644979 Downloads
Asynchronous and parallel PHP with the PCNTL extension
shipmonk/dead-code-detector
591707 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.