Libraries tagged by status-codes
stanislav-web/httpstatuses-json
37 Downloads
Http full status codes representation
programster/http-codes
1148 Downloads
A package to make HTTP status codes easier.
prezto/permission
114 Downloads
PSR-7 permission middleware. Sets the status code to 401 if needed according to user defined rules.
pflorek/php-basic-auth
68 Downloads
Provides a simple way to get or set credentials (username, password) on a PSR-7 `RequestInterface`. Also it helps challenging an unauthorized client by adding the 'WWW-authenticate' header line with status code 401 to a PSR-7 `ResponseInterface`.
middlewares/error-response
200 Downloads
Middleware to handle responses with error status code (4xx-5xx)
masterskill/validation-error-trait
10 Downloads
This package is a trait to validate input and return directly error with status code 400 to FormRequest in laravel
frankdejonge/http-status-in-range
1797 Downloads
Utility to check if a HTTP status code is present in a given range.
fk/http-status
147 Downloads
Defining http status code in constants
fastpress/response
32 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.
danilowa/laravel-api-response-builder
22 Downloads
A Laravel package designed to simplify the creation of structured and formatted API responses (JSON, XML) with custom status codes, messages, and data. XML support is currently under construction.
crypto_scythe/http
4 Downloads
PHP convenience classes for HTTP header fields, media types and status codes
boubacamara/ganega-http
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.
acrnogor/flowroute-sdk-v3-php
8 Downloads
The Flowroute APIs are organized around REST. Our APIs have resource-oriented URLs, support HTTP Verbs, and respond with HTTP Status Codes. All API requests and responses, including errors, will be represented as JSON objects. You can use the Flowroute APIs to manage your Flowroute phone numbers including setting primary and failover routes for inbound calls, and sending text messages (SMS and MMS) using long-code or toll-free numbers in your account.
mhasnainjafri/apitoolkit
25 Downloads
APIToolkit is a comprehensive Laravel package designed to streamline and enhance API development by providing consistent responses, efficient pagination, robust caching mechanisms, and standardized field definitions with appropriate status codes. Simplify your API development process and ensure a uniform experience for your API consumers with APIToolkit.
lucky-loek/really-simple-http-requests
12 Downloads
A package for people who want to easily send requests and expect a status code and body back.