Libraries tagged by e
pestphp/pest
38353325 Downloads
The elegant PHP Testing Framework.
nette/utils
321246021 Downloads
🛠Nette Utils: lightweight utilities for string & array manipulation, image handling, safe JSON encoding/decoding, validation, slug or strong password generating etc.
mtdowling/jmespath.php
408948912 Downloads
Declaratively specify how to extract elements from a JSON document
mpdf/mpdf
64627158 Downloads
PHP library generating PDF files from UTF-8 encoded HTML
mobiledetect/mobiledetectlib
135785018 Downloads
Mobile_Detect is a lightweight PHP class for detecting mobile devices. It uses the User-Agent string combined with specific HTTP headers to detect the mobile environment.
league/commonmark
337184612 Downloads
Highly-extensible PHP Markdown parser which fully supports the CommonMark spec and GitHub-Flavored Markdown (GFM)
laravel/telescope
52464160 Downloads
An elegant debug assistant for the Laravel framework.
laravel/serializable-closure
261761324 Downloads
Laravel Serializable Closure provides an easy and secure way to serialize closures in PHP.
larastan/larastan
24455451 Downloads
Larastan - Discover bugs in your code without running it. A phpstan/phpstan extension for Laravel
laminas/laminas-code
160001790 Downloads
Extensions to the PHP Reflection API, static code scanning, and code generation
doctrine/migrations
178760052 Downloads
PHP Doctrine Migrations project offer additional functionality on top of the database abstraction layer (DBAL) for versioning your database schema and easily deploying changes to it. It is a very easy to use and a powerful tool.
doctrine/deprecations
391107094 Downloads
A small layer on top of trigger_error(E_USER_DEPRECATED) or PSR-3 logging with options to disable all deprecations or selectively for packages.
composer/package-versions-deprecated
175650092 Downloads
Composer plugin that provides efficient querying for installed package versions (no runtime IO)
symfony/debug
381498152 Downloads
Provides tools to ease debugging PHP code
phpunit/php-token-stream
379250570 Downloads
Wrapper around PHP's tokenizer extension.