Libraries tagged by psr4
psr-discovery/log-implementations
5437083 Downloads
Lightweight library that discovers available PSR-3 Log 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-factory-implementations
5578093 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
5571644 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
5439462 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
5591938 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
5438871 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
5441273 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
5435059 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
7626766 Downloads
PSR-7 Uri and PSR-17 UriFactory implementation
phrity/net-stream
2364205 Downloads
Socket stream classes implementing PSR-7 Stream and PSR-17 StreamFactory
php-middleware/php-debug-bar
300412 Downloads
PHP Debug Bar PSR-15 middleware with PSR-7
nimbly/shuttle
3447658 Downloads
Simple PSR-18 HTTP client.
middlewares/utils
2981977 Downloads
Common utils for PSR-15 middleware packages
middlewares/request-handler
1335922 Downloads
Middleware to execute request handlers
mezzio/mezzio-session
811086 Downloads
Session container and middleware for PSR-7 applications