Libraries tagged by DE
barryvdh/laravel-ide-helper
100836638 Downloads
Laravel IDE Helper, generates correct PHPDocs for all Facade classes, to improve auto-completion.
defuse/php-encryption
131856853 Downloads
Secure PHP Encryption Library
symfony/string
581604272 Downloads
Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way
symfony/serializer
251919310 Downloads
Handles serializing and deserializing data structures, including object graphs, into array structures or other formats like XML and JSON.
symfony/phpunit-bridge
172286845 Downloads
Provides utilities for PHPUnit, especially user deprecation notices management
squizlabs/php_codesniffer
312272312 Downloads
PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.
nette/utils
303266929 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
396864587 Downloads
Declaratively specify how to extract elements from a JSON document
league/config
224327481 Downloads
Define configuration arrays with strict schemas and access values with dot notation
jean85/pretty-package-versions
226878504 Downloads
A library to get pretty versions strings of installed dependencies
doctrine/migrations
174268011 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/common
326610033 Downloads
PHP Doctrine Common project is a library that provides additional functionality that other Doctrine projects depend on such as better reflection support, proxies and much more.
dflydev/dot-access-data
275246073 Downloads
Given a deep data structure, access data by dot notation.
staudenmeir/eloquent-has-many-deep
9540931 Downloads
Laravel Eloquent HasManyThrough relationships with unlimited levels
staabm/side-effects-detector
23223132 Downloads
A static analysis tool to detect side effects in PHP code