braintree/braintree_php | library | Braintree PHP Client Library |
brick/math | library | Arbitrary-precision arithmetic library |
brick/varexporter | library | A powerful alternative to var_export(), which can export closures and objects without __set_state() |
christian-riesen/base32 | library | Base32 encoder/decoder according to RFC 4648 |
colinmollenhour/credis | library | Credis is a lightweight interface to the Redis key-value store which wraps the phpredis library when available for better performance. |
composer/ca-bundle | library | Lets you find a path to the system CA bundle, and includes a fallback to the Mozilla CA bundle. |
composer/class-map-generator | library | Utilities to scan PHP code and generate class maps. |
composer/composer | library | Composer helps you declare, manage and install dependencies of PHP projects. It ensures you have the right stack everywhere. |
composer/metadata-minifier | library | Small utility library that handles metadata minification and expansion. |
composer/pcre | library | PCRE wrapping library that offers type-safe preg_* replacements. |
composer/semver | library | Semver library that offers utilities, version constraint parsing and validation. |
composer/spdx-licenses | library | SPDX licenses list and validation library. |
composer/xdebug-handler | library | Restarts a process without Xdebug. |
endroid/qr-code | library | Endroid QR Code |
ezimuel/guzzlestreams | library | Fork of guzzle/streams (abandoned) to be used with elasticsearch-php |
ezimuel/ringphp | library | Fork of guzzle/RingPHP (abandoned) to be used with elasticsearch-php |
guzzlehttp/guzzle | library | Guzzle is a PHP HTTP client library |
guzzlehttp/promises | library | Guzzle promises library |
guzzlehttp/psr7 | library | PSR-7 message implementation that also provides common utility methods |
justinrainbow/json-schema | library | A library to validate a json schema. |
league/flysystem | library | File storage abstraction for PHP |
league/flysystem-aws-s3-v3 | library | AWS S3 filesystem adapter for Flysystem. |
league/mime-type-detection | library | Mime-type detection for Flysystem |
monolog/monolog | library | Sends your logs to files, sockets, inboxes, databases and various web services |
mtdowling/jmespath.php | library | Declaratively specify how to extract elements from a JSON document |
paragonie/constant_time_encoding | library | Constant-time Implementations of RFC 4648 Encoding (Base-64, Base-32, Base-16) |
paragonie/random_compat | library | PHP 5.x polyfill for random_bytes() and random_int() from PHP 7 |
pelago/emogrifier | library | Converts CSS styles into inline style attributes in your HTML code |
phpgt/cssxpath | library | Convert CSS selectors to XPath queries. |
phpgt/dom | library | Modern DOM API. |
phpgt/propfunc | library | Property accessor and mutator functions. |
phpseclib/mcrypt_compat | library | PHP 5.x-8.x polyfill for mcrypt extension |
phpseclib/phpseclib | library | PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc. |
psr/cache | library | Common interface for caching libraries |
psr/clock | library | Common interface for reading the clock. |
psr/container | library | Common Container Interface (PHP FIG PSR-11) |
psr/event-dispatcher | library | Standard interfaces for event handling. |
psr/http-client | library | Common interface for HTTP clients |
psr/http-factory | library | PSR-17: Common interfaces for PSR-7 HTTP message factories |
psr/http-message | library | Common interface for HTTP messages |
psr/log | library | Common interface for logging libraries |
ralouphie/getallheaders | library | A polyfill for getallheaders. |
ramsey/collection | library | A PHP library for representing and manipulating collections. |
ramsey/uuid | library | A PHP library for generating and working with universally unique identifiers (UUIDs). |
react/promise | library | A lightweight implementation of CommonJS Promises/A for PHP |
sabberworm/php-css-parser | library | Parser for CSS Files written in PHP |
seld/jsonlint | library | JSON Linter |
seld/phar-utils | library | PHAR file format utilities, for when PHP phars you up |
seld/signal-handler | library | Simple unix signal handler that silently fails where signals are not supported for easy cross-platform development |
spomky-labs/aes-key-wrap | library | AES Key Wrap for PHP. |
spomky-labs/otphp | library | A PHP library for generating one time passwords according to RFC 4226 (HOTP Algorithm) and the RFC 6238 (TOTP Algorithm) and compatible with Google Authenticator |
spomky-labs/pki-framework | library | A PHP framework for managing Public Key Infrastructures. It comprises X.509 public key certificates, attribute certificates, certification requests and certification path validation. |
symfony/config | library | Helps you find, load, combine, autofill and validate configuration values of any kind |
symfony/console | library | Eases the creation of beautiful and testable command line interfaces |
symfony/css-selector | library | Converts CSS selectors to XPath expressions |
symfony/dependency-injection | library | Allows you to standardize and centralize the way objects are constructed in your application |
symfony/deprecation-contracts | library | A generic function and convention to trigger deprecation notices |
symfony/error-handler | library | Provides tools to manage errors and ease debugging PHP code |
symfony/event-dispatcher | library | Provides tools that allow your application components to communicate with each other by dispatching events and listening to them |
symfony/event-dispatcher-contracts | library | Generic abstractions related to dispatching event |
symfony/filesystem | library | Provides basic utilities for the filesystem |
symfony/finder | library | Finds files and directories via an intuitive fluent interface |
symfony/http-client | library | Provides powerful methods to fetch HTTP resources synchronously or asynchronously |
symfony/http-client-contracts | library | Generic abstractions related to HTTP clients |
symfony/http-foundation | library | Defines an object-oriented layer for the HTTP specification |
symfony/http-kernel | library | Provides a structured process for converting a Request into a Response |
symfony/intl | library | Provides access to the localization data of the ICU library |
symfony/polyfill-ctype | library | Symfony polyfill for ctype functions |
symfony/polyfill-intl-grapheme | library | Symfony polyfill for intl's grapheme_* functions |
symfony/polyfill-intl-idn | library | Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions |
symfony/polyfill-intl-normalizer | library | Symfony polyfill for intl's Normalizer class and related functions |
symfony/polyfill-mbstring | library | Symfony polyfill for the Mbstring extension |
symfony/polyfill-php72 | library | Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions |
symfony/polyfill-php73 | library | Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions |
symfony/polyfill-php80 | library | Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions |
symfony/polyfill-php81 | library | Symfony polyfill backporting some PHP 8.1+ features to lower PHP versions |
symfony/polyfill-php83 | library | Symfony polyfill backporting some PHP 8.3+ features to lower PHP versions |
symfony/process | library | Executes commands in sub-processes |
symfony/service-contracts | library | Generic abstractions related to writing services |
symfony/string | library | Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way |
symfony/var-dumper | library | Provides mechanisms for walking through any arbitrary PHP variable |
symfony/var-exporter | library | Allows exporting any serializable PHP data structure to plain PHP code |
web-token/jwt-framework | symfony-bundle | JSON Object Signing and Encryption library for PHP and Symfony Bundle. |
webmozart/assert | library | Assertions to validate method input/output with nice error messages. |
webonyx/graphql-php | library | A PHP port of GraphQL reference implementation |