There are no reviews yet. Be the first to send feedback to the community and the maintainers!
psr15-middlewares
Collection of PSR-15 middlewaresawesome-psr15-middlewares
A curated list of awesome PSR-15 HTTP Middleware resourcesfast-route
PSR-15 middleware to use FastRouteutils
Common utils used by PSR-15 middlewaresrequest-handler
PSR-15 middleware to execute request handlersnegotiation
PSR-15 middleware to implement content negotiationhttp-authentication
PSR-15 middleware to implement Basic and Digest Http authenticationwhoops
PSR-15 middleware to use Whoops as error handlerpayload
PSR-15 middleware to parse the body of the request with support for json, csv and url-encodetrailing-slash
PSR-15 middleware to normalize the trailing slash of the uri pathproxy
PSR-15 middleware to forward requests and return responsesaccess-log
PSR-15 middleware to generate access logsminifier
Middleware to minify Html, CSS and Javascript responsesclient-ip
PSR-15 middleware to detect the client ip and save it as a request attribute.cache
PSR-15 middleware with various cache utilitiesdebugbar
PSR-15 middleware to insert PHP DebugBar automatically in html responsescsp
PSR-15 middleware to add the Content-Security-Policy header to the responseresponse-time
PSR-15 middleware to save the response time into the X-Response-Time headererror-handler
PSR-15 middleware to handle http errorshttps
PSR-15 middleware to redirect to https and adds the Strict-Transport-Security headerphp-session
PSR-15 middleware to create a php session using the request datahoneypot
PSR-15 middleware to implement a honeypot spam preventionfirewall
Middleware to provide IP filteringgeolocation
PSR-15 middleware to geolocate the client using the ip addressreferrer-spam
PSR-15 middleware to block referrer spammerscors
PSR-15 middleware to implement Cross-Origin Resource Sharing (CORS)image-manipulation
PSR-15 middleware to manipulate images on-demandaura-router
PSR-15 middleware to use Aura.Routerskeleton
A skeleton repository for PSR-15 middleware packagesencoder
PSR-15 middleware to encode the response body to gzip or deflatecsv-payload
PSR-15 middleware to parse the CSV body of the requestreporting-logger
PSR-15 middleware to log server-side reportingsrecaptcha
PSR-15 middleware to use Google reCAPTCHA for spam preventionredirect
Middleware to redirect old urls to new urls SEO friendlymethod-override
PSR-15 middleware to override the request method using the X-Http-Method-Override headererror-response
Middleware to create responses with error status code (4xx-5xx)aura-session
PSR-15 middleware to manage sessions using Aura.Sessionuuid
PSR-15 middleware to generate an UUID and save it in the X-Uuid headershutdown
PSR-15 middleware to display a 503 maintenance pageideas
Need a Middleware or looking for ideas?json-exception-handler
Middleware to catch exceptions and output them as JSONrobots
PSR-15 middleware to enable/disable the robots of the search enginesemitter
Middleware to send (or emit) a PSR-7 response object using header() and echowww
PSR-15 middleware to add or remove the www subdomainbase-path
PSR-15 middleware to remove the prefix from the uri path of the requestbase-path-router
PSR-15 middleware to assign request handlers based on path prefixescontent-length
PSR-15 middleware to inject the Content-Length header into the responselowercase
PSR-15 middleware to convert the URI path to lowercaseLove Open Source and this site? Check out how you can help us