Libraries tagged by DE
barryvdh/laravel-ide-helper
107221670 Downloads
Laravel IDE Helper, generates correct PHPDocs for all Facade classes, to improve auto-completion.
defuse/php-encryption
140855075 Downloads
Secure PHP Encryption Library
symfony/string
630769259 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
268009887 Downloads
Handles serializing and deserializing data structures, including object graphs, into array structures or other formats like XML and JSON.
symfony/phpunit-bridge
181930380 Downloads
Provides utilities for PHPUnit, especially user deprecation notices management
symfony/error-handler
572627953 Downloads
Provides tools to manage errors and ease debugging PHP code
squizlabs/php_codesniffer
331748533 Downloads
PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.
setasign/fpdi
121426857 Downloads
FPDI is a collection of PHP classes facilitating developers to read pages from existing PDF documents and use them as templates in FPDF. Because it is also possible to use FPDI with TCPDF, there are no fixed dependencies defined. Please see suggestions for packages which evaluates the dependencies automatically.
nette/utils
333446638 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
419788190 Downloads
Declaratively specify how to extract elements from a JSON document
league/config
249958317 Downloads
Define configuration arrays with strict schemas and access values with dot notation
jean85/pretty-package-versions
246773937 Downloads
A library to get pretty versions strings of installed dependencies
doctrine/migrations
183185141 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
338459530 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
303086300 Downloads
Given a deep data structure, access data by dot notation.