Libraries tagged by psr1
psr-discovery/http-factory-implementations
5833404 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
5826897 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
5683487 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
5848035 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
5682906 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
5685481 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
5678900 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
7877591 Downloads
PSR-7 Uri and PSR-17 UriFactory implementation
phrity/net-stream
2532850 Downloads
Socket stream classes implementing PSR-7 Stream and PSR-17 StreamFactory
php-middleware/php-debug-bar
314011 Downloads
PHP Debug Bar PSR-15 middleware with PSR-7
nimbly/shuttle
3503502 Downloads
Simple PSR-18 HTTP client.
middlewares/utils
3020804 Downloads
Common utils for PSR-15 middleware packages
middlewares/request-handler
1349840 Downloads
Middleware to execute request handlers
mezzio/mezzio-session
825798 Downloads
Session container and middleware for PSR-7 applications
mezzio/mezzio-router
4341217 Downloads
Router subcomponent for Mezzio