Libraries tagged by implementation
psr-discovery/http-factory-implementations
6352719 Downloads
Lightweight library that discovers available PSR-17 HTTP Factory implementations by searching for a list of well-known classes that implement the relevant interface, and returns an instance of the first one that is found.
psr-discovery/http-client-implementations
6345975 Downloads
Lightweight library that discovers available PSR-18 HTTP Client implementations by searching for a list of well-known classes that implement the relevant interface, and returns an instance of the first one that is found.
psr-discovery/event-dispatcher-implementations
6182569 Downloads
Lightweight library that discovers available PSR-14 Event Dispatcher implementations by searching for a list of well-known classes that implement the relevant interface, and returns an instance of the first one that is found.
psr-discovery/container-implementations
6181997 Downloads
Lightweight library that discovers available PSR-11 Container implementations by searching for a list of well-known classes that implement the relevant interface, and returns an instance of the first one that is found.
psr-discovery/cache-implementations
6184889 Downloads
Lightweight library that discovers available PSR-6 Cache implementations by searching for a list of well-known classes that implement the relevant interface, and returns an instance of the first one that is found.
madewithlove/illuminate-psr-cache-bridge
1431949 Downloads
jackalope/jackalope-jackrabbit
876136 Downloads
Jackalope Transport library for Jackrabbit
zenstruck/collection
362518 Downloads
Helpers for iterating/paginating/filtering collections (with Doctrine ORM/DBAL implementations and batch processing utilities).
wp-cli/mustache
1066390 Downloads
A Mustache implementation in PHP.
woothee/woothee
613577 Downloads
Cross-language UserAgent classifier library, PHP implementation
wikimedia/utfnormal
5088828 Downloads
Contains Unicode normalization routines, including both pure PHP implementations and automatic use of the 'intl' PHP extension when present
webmozart/key-value-store
404416 Downloads
A key-value store API with implementations for different backends.
webmozart/expression
350320 Downloads
Implementation of the Specification pattern and logical expressions for PHP.
testcontainers/testcontainers
76305 Downloads
Testcontainers implementation in PHP
swayok/alternative-laravel-cache
459790 Downloads
Replacements for Laravel's redis and file cache stores that properly implement tagging idea. Powered by cache pool implementations provided by http://www.php-cache.com/