Libraries tagged by statuscode
netsilik/http
18 Downloads
Basic HTTP Status Code helper class.
masterskill/validation-error-trait
14 Downloads
This package is a trait to validate input and return directly error with status code 400 to FormRequest in laravel
lkj/httpstatus
13 Downloads
Defining http status Code, Messages and Response in constants
kruegge82/billbee-php-sdk-api
22 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.
kodkraft/http
2 Downloads
Get status description from http status code
kalkani/php-url-status-checker
2 Downloads
A package to check the status code of a URL and detect redirections.
kaleidpixel/url-status-checker
1 Downloads
A simple library to check the status code and response time of a given URL.
igsem/api-bundle
87 Downloads
A simple bundle to help Symfony API development. Provides a BaseController, BaseTest and a StatusCode helper
hissezhaut/http-status-check
10 Downloads
CLI tool to crawl a website and check HTTP status code
grinet/notfoundcode
0 Downloads
Grinet NotFoundCode is a Magento 2 module that allows you to change the default 404 HTTP status code to a different one (such as 410) for SEO purposes.
fredbradley/laravel-health-check-200
0 Downloads
Laravel Health Check 200 is a Health Check which checks for a 200 HTTP Status Code
fk/http-status
149 Downloads
Defining http status code in constants
drupal-module/http_handler
14 Downloads
This module provide handler in order to support multiple Exceptions for 4xx or 5xx HTTP status code
dipeshchangawala/php-url-checker
9 Downloads
A package to check the status code of a URL and detect redirections.
dasbit/apiclient
5 Downloads
Simple api client wrapper without throwing exceptions with statuscodes