Libraries tagged by http headers
php-http/encoding
319 Downloads
PSR 7 Stream for transfer / content encoding headers (chunked, deflate, gzip, ...)
jonathanstaniforth/laravel-with-limits
9 Downloads
Laravel with limits is a Laravel package that handles API rate limits, down to the method level. The package will read rate limit headers and keep track of requests to prevent exceeding rate limits. GuzzleHttp is used to send requests and receive responses.
weikeong98/mobiledetectlib
1 Downloads
Mobile_Detect is a lightweight PHP class for detecting mobile devices. It uses the User-Agent string combined with specific HTTP headers to detect the mobile environment.
tzfrs/urlextender
20 Downloads
This library extends short URLs to longURLs using HTTP-Header Location
trin4ik/laravel-middleware-setlocale
1097 Downloads
Laravel "SetLocale" middleware from user data, http headers, post data etc
tekintian/uadetect
25 Downloads
Mobile_Detect is a lightweight PHP class for detecting mobile devices. It uses the User-Agent string combined with specific HTTP headers to detect the mobile environment.
stavarengo/php-full-page-cache
95 Downloads
PHP full page cache that follows the 'Cache-Control' HTTP header.
royalcms/laravel-security
35 Downloads
Laravel-Security helps you secure your Laravel apps by setting various HTTP headers. it can help!
rah/rah_nocache
3 Downloads
Adds no-cache HTTP headers to Textpattern CMS admin pages
poor-plebs/guzzle-retry-after-middleware
529 Downloads
A guzzle middleware to keep track of the Retry-After HTTP header and fail consecutive requests until this time has passed.
mifesta/mobiledetect-laravel
120 Downloads
Mobile_Detect is a lightweight PHP class for detecting mobile devices. It uses the User-Agent string combined with specific HTTP headers to detect the mobile environment.
luderson/mobiledetectlib
4864 Downloads
Mobile_Detect is a lightweight PHP class for detecting mobile devices. It uses the User-Agent string combined with specific HTTP headers to detect the mobile environment.
locaine/lcn-x-robots-tag-bundle
25 Downloads
Easily control X-Robots-Tag HTTP Headers
kruegge82/billbee-php-sdk-api
24 Downloads
Documentation of the Billbee REST API to connect a Billbee account to external aplications. ## Endpoint The Billbee API endpoint base url is https://api.billbee.io/api/v1 ## Activation You have to enable the API in the settings of your Billbee account. In addition you need a Billbee API Key identifying the application you develop. To get an API key, send a mail to [email protected] and send us a short note about what you are building. ## Authorization & security Because you can access private data with the Billbee API, every request has to be sent over https and must * Contain a valid API Key identifying the application/developer. It has to be sent as the HTTP header X-Billbee-Api-Key * Contain a valid user login with billbee username and api password in form of a basic auth HTTP header ## Throttling 50 calls per second for each API Key. 10 calls per second for each API Key in combination with Billbee user. Besides that each endpoint has a throttle of max 2 requests per second per combination of API Key and Billbee user. When you exceed the throttle threshold, the API will return a HTTP 429 status code and a Retry-After-Header indicating how many seconds you will have to wait before you can call the API again.
egeniq/laravel-versionheader
7204 Downloads
A Laravel package that adds a HTTP header with version info.