Libraries tagged by PSR-1
psr-discovery/event-dispatcher-implementations
5299389 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
5445569 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
5298798 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/all
5295027 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
7481030 Downloads
PSR-7 Uri and PSR-17 UriFactory implementation
phrity/net-stream
2265942 Downloads
Socket stream classes implementing PSR-7 Stream and PSR-17 StreamFactory
php-middleware/php-debug-bar
291858 Downloads
PHP Debug Bar PSR-15 middleware with PSR-7
nimbly/shuttle
3409475 Downloads
Simple PSR-18 HTTP client.
middlewares/utils
2958770 Downloads
Common utils for PSR-15 middleware packages
middlewares/trailing-slash
418129 Downloads
Middleware to normalize the trailing slash of the uri path
middlewares/request-handler
1327338 Downloads
Middleware to execute request handlers
mezzio/mezzio-authentication
1347062 Downloads
Authentication middleware for Mezzio and PSR-7 applications
laminas/laminas-mvc-middleware
445067 Downloads
Dispatch middleware pipelines in place of controllers in laminas-mvc.
inpsyde/php-coding-standards
149442 Downloads
PHP 7.4+ coding standards for Syde WordPress projects.
httpsoft/http-message
583609 Downloads
Strict and fast implementation of PSR-7 and PSR-17