Libraries tagged by psqr
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/discovery
6368399 Downloads
Lightweight library that discovers available PSR implementations by searching for a list of well-known classes that implement the relevant interfaces, and returning 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.
psr-discovery/all
6177807 Downloads
Lightweight library that discovers available PSR 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.
phrity/net-uri
8329299 Downloads
PSR-7 Uri and PSR-17 UriFactory implementation
phrity/net-stream
2852408 Downloads
Socket stream classes implementing PSR-7 Stream and PSR-17 StreamFactory
php-middleware/php-debug-bar
336638 Downloads
PHP Debug Bar PSR-15 middleware with PSR-7
nimbly/shuttle
3607884 Downloads
Simple PSR-18 HTTP client.
middlewares/utils
3100829 Downloads
Common utils for PSR-15 middleware packages
middlewares/request-handler
1392489 Downloads
Middleware to execute request handlers
mezzio/mezzio-session
850166 Downloads
Session container and middleware for PSR-7 applications
mezzio/mezzio-router
4485928 Downloads
Router subcomponent for Mezzio
mezzio/mezzio-helpers
3838143 Downloads
Helper/Utility classes for Mezzio