Libraries tagged by implement
psr-discovery/http-factory-implementations
6355235 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
6348494 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
6184803 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
6184231 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
6187123 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.
jackalope/jackalope-jackrabbit
876216 Downloads
Jackalope Transport library for Jackrabbit
zenstruck/collection
362534 Downloads
Helpers for iterating/paginating/filtering collections (with Doctrine ORM/DBAL implementations and batch processing utilities).
z4kn4fein/php-semver
1176001 Downloads
Semantic Versioning library for PHP. It implements the full semantic version 2.0.0 specification and provides ability to parse, compare, and increment semantic versions along with validation against constraints.
wp-cli/mustache
1069163 Downloads
A Mustache implementation in PHP.
wp-bootstrap/wp-bootstrap-navwalker
41437 Downloads
A custom WordPress nav walker class to fully implement the Bootstrap 4 navigation style in a custom theme using the WordPress built in menu manager.
woothee/woothee
613586 Downloads
Cross-language UserAgent classifier library, PHP implementation
wikimedia/utfnormal
5089044 Downloads
Contains Unicode normalization routines, including both pure PHP implementations and automatic use of the 'intl' PHP extension when present
webmozart/key-value-store
404419 Downloads
A key-value store API with implementations for different backends.
webmozart/expression
350329 Downloads
Implementation of the Specification pattern and logical expressions for PHP.
tivie/htaccess-parser
438977 Downloads
A .htaccess parser and validator implemented in PHP