Grow your team on GitHub
GitHub is home to over 50 million developers working together. Join them to grow your own development teams, manage permissions, and collaborate on projects.
Sign up
Pinned repositories
Repositories
-
-
client-ip
PSR-15 middleware to detect the client ip and save it as a request attribute.
-
awesome-psr15-middlewares
A curated list of awesome PSR-15 HTTP Middleware resources
-
-
https
PSR-15 middleware to redirect to https and adds the Strict-Transport-Security header
-
-
csp
PSR-15 middleware to add the Content-Security-Policy header to the response
-
-
emitter
Middleware to send (or emit) a PSR-7 response object using header() and echo
-
http-authentication
PSR-15 middleware to implement Basic and Digest Http authentication
-
negotiation
PSR-15 middleware to implement content negotiation
-
encoder
PSR-15 middleware to encode the response body to gzip or deflate
-
trailing-slash
PSR-15 middleware to normalize the trailing slash of the uri path
-
-
-
redirect
Middleware to redirect old urls to new urls SEO friendly
-
payload
PSR-15 middleware to parse the body of the request with support for json, csv and url-encode
-
recaptcha
PSR-15 middleware to use Google reCAPTCHA for spam prevention
-
uuid
PSR-15 middleware to generate an UUID and save it in the X-Uuid header
-
shutdown
PSR-15 middleware to display a 503 maintenance page
-
-
-
error-response
Middleware to create responses with error status code (4xx-5xx)
-
minifier
Middleware to minify Html, CSS and Javascript responses
-
base-path-router
PSR-15 middleware to assign request handlers based on path prefixes
-
php-session
PSR-15 middleware to create a php session using the request data
-
skeleton
A skeleton repository for PSR-15 middleware packages
-
honeypot
PSR-15 middleware to implement a honeypot spam prevention
-