Libraries tagged by psr2
psr-discovery/event-dispatcher-implementations
5521360 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
5677821 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
5520769 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
5523238 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
5516917 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
7707794 Downloads
PSR-7 Uri and PSR-17 UriFactory implementation
phrity/net-stream
2418286 Downloads
Socket stream classes implementing PSR-7 Stream and PSR-17 StreamFactory
php-middleware/php-debug-bar
304335 Downloads
PHP Debug Bar PSR-15 middleware with PSR-7
nimbly/shuttle
3465725 Downloads
Simple PSR-18 HTTP client.
middlewares/utils
2994190 Downloads
Common utils for PSR-15 middleware packages
middlewares/request-handler
1340085 Downloads
Middleware to execute request handlers
mezzio/mezzio-session
815640 Downloads
Session container and middleware for PSR-7 applications
mezzio/mezzio-router
4281642 Downloads
Router subcomponent for Mezzio
mezzio/mezzio-helpers
3663103 Downloads
Helper/Utility classes for Mezzio
mezzio/mezzio-fastroute
2270748 Downloads
FastRoute integration for Mezzio