Libraries tagged by psqr
psr-discovery/event-dispatcher-implementations
5129095 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
5267726 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
5128507 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
5130776 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
5124796 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
7303705 Downloads
PSR-7 Uri and PSR-17 UriFactory implementation
phrity/net-stream
2148664 Downloads
Socket stream classes implementing PSR-7 Stream and PSR-17 StreamFactory
php-middleware/php-debug-bar
282620 Downloads
PHP Debug Bar PSR-15 middleware with PSR-7
phalcon/cphalcon
236947 Downloads
Phalcon is an open source web framework delivered as a C extension for the PHP language providing high performance and lower resource consumption.
nimbly/shuttle
3365270 Downloads
Simple PSR-18 HTTP client.
middlewares/trailing-slash
410087 Downloads
Middleware to normalize the trailing slash of the uri path
middlewares/request-handler
1313479 Downloads
Middleware to execute request handlers
middlewares/payload
441251 Downloads
Middleware to parse the body of the request with support for json, csv and url-encode
mezzio/mezzio-router
4159607 Downloads
Router subcomponent for Mezzio
mezzio/mezzio-helpers
3556821 Downloads
Helper/Utility classes for Mezzio