Libraries tagged by http response status
amirhf/laravel-status-code
2 Downloads
A simple Enum to return correct status codes for http responses.
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.
tiny-blocks/http
21852 Downloads
Common implementations for HTTP protocol.
kayobruno/http-status-code
0 Downloads
The "HTTP Status Code Abstraction" project is a PHP 8-based initiative aimed at simplifying the management and usage of HTTP status codes by introducing ENUM support. HTTP status codes are integral to web development, providing vital information about the success or failure of HTTP requests and responses. However, managing and referencing these status codes in a clear and organized manner can often be challenging. This project seeks to address this challenge by leveraging PHP 8's ENUM feature.
net_bazzline/http_request_mock_server
16 Downloads
free as in freedom application to test http requests with configurable responses that supports the formats json, raw and xml
ajz/api-response
3 Downloads
Elegant and consistent API response helpers for Laravel applications with proper HTTP status codes and standardized JSON responses.
phputil/http
808 Downloads
HTTP related classes
mrcl/http-status-codes
7 Downloads
HTTP Status Codes library
kurageneko8/json-response
4 Downloads
return HTTP status
elephant/status
5 Downloads
Check the response code of the page. Checking for 404 errors on the site.
edsonr-coosta/response-json
16 Downloads
O Projeto Response é uma biblioteca PHP para criar respostas JSON com códigos de status HTTP personalizados, simplificando o desenvolvimento de APIs web eficazes em projetos PHP.
chiron/http-message-util
2268 Downloads
Utility classes and constants for use with PSR-7 (psr/http-message)
primal/response
8 Downloads
A wrapper class for performing common response actions
sujal/json-resp
0 Downloads
A class that returns formatted JSON response with HTTP status
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`.