Libraries tagged by DE
brick/math
414976849 Downloads
Arbitrary-precision arithmetic library
behat/behat
85526127 Downloads
Scenario-oriented BDD framework for PHP
barryvdh/laravel-ide-helper
104271645 Downloads
Laravel IDE Helper, generates correct PHPDocs for all Facade classes, to improve auto-completion.
defuse/php-encryption
136806021 Downloads
Secure PHP Encryption Library
symfony/string
612975341 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
261150652 Downloads
Handles serializing and deserializing data structures, including object graphs, into array structures or other formats like XML and JSON.
symfony/phpunit-bridge
178099971 Downloads
Provides utilities for PHPUnit, especially user deprecation notices management
squizlabs/php_codesniffer
324814923 Downloads
PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.
nette/utils
322204544 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
409806669 Downloads
Declaratively specify how to extract elements from a JSON document
league/config
240443863 Downloads
Define configuration arrays with strict schemas and access values with dot notation
jean85/pretty-package-versions
238895456 Downloads
A library to get pretty versions strings of installed dependencies
doctrine/migrations
179109471 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
333453453 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
292684474 Downloads
Given a deep data structure, access data by dot notation.