Libraries tagged by status codes

kruegge82/billbee-php-sdk-api

1 Favers
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.

Go to Download


kodkraft/http

1 Favers
3 Downloads

Get status description from http status code

Go to Download


jq/response

1 Favers
12 Downloads

Response is an helper class which handles HTTP response, status codes and messages returned from different functions. Useful for unifiying API responses.

Go to Download


jeykeu/response

1 Favers
29 Downloads

Response is an helper class which handles HTTP response, status codes and messages returned from different functions. Useful for unifiying API responses.

Go to Download


hoku-lib/httpstatuscoderesolver

0 Favers
14 Downloads

HttpStatusCodeResolver is a library for obtaining information on the HTTP status code.

Go to Download


grinet/notfoundcode

0 Favers
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.

Go to Download


fredbradley/laravel-health-check-200

0 Favers
0 Downloads

Laravel Health Check 200 is a Health Check which checks for a 200 HTTP Status Code

Go to Download


fastpress/response

0 Favers
61 Downloads

An efficient and flexible HTTP response handling library for PHP, designed to integrate seamlessly with the Fastpress framework. It offers easy-to-use methods for managing HTTP responses, headers, and status codes.

Go to Download


drupal-module/http_handler

1 Favers
15 Downloads

This module provide handler in order to support multiple Exceptions for 4xx or 5xx HTTP status code

Go to Download


dipeshchangawala/php-url-checker

1 Favers
11 Downloads

A package to check the status code of a URL and detect redirections.

Go to Download


charm/exceptions

0 Favers
0 Downloads

Various exception classes with some extra information such as HTTP Status Codes and HTTP Status Messages.

Go to Download


boubacamara/ganega-http

0 Favers
9 Downloads

Provides simple and intuitive classes for handling HTTP requests and responses in PHP applications. The Request class encapsulates HTTP request data, making it easy to manage and access parameters, body, session, cookies, and server information. The Response class simplifies the creation and management of HTTP responses, allowing you to set content, status codes, and headers effortlessly.

Go to Download


balt-technologies/standards

1 Favers
434 Downloads

PHP Package with a bunch of enums for standards, eg. ISO countries, languages, http status code etc.

Go to Download


awaiskhan18/resman

0 Favers
6 Downloads

ResMan is a PHP class that provides a convenient way to handle API responses with standard status codes and response structures. It includes methods for handling validation errors, success responses, and failure responses.

Go to Download


avlima/dingo-api

0 Favers
859 Downloads

A fork from a RESTful API package for the Laravel and Lumen frameworks without auth with query and prints the status code in the body of the response

Go to Download


<< Previous Next >>