Libraries tagged by http-state
controlabs/http-exceptions
182 Downloads
PHP HTTP Status Code Exceptions
zlik/http-status-codes-trait
224 Downloads
A PHP trait which defines all standard HTTP status codes.
zero-to-prod/http-status
91 Downloads
An Enum listing HTTP Statuses
yaroslawww/http-statuscodes
165 Downloads
PHP library for handling HTTP status codes
webignition/is-http-status-code
2574 Downloads
DSimple small library to check if a given number is an HTTP status code
turkeyfried/http-status-codes
248 Downloads
PHP Class that contains HTTP Status Codes
surebert/monitor-http-status
20 Downloads
Used to monitor http server statuses and log and notify issues
scaleplan/http-status
40 Downloads
A minimal package for working with HTTP statuses.
saurabhsharma/http-status-code
48 Downloads
A simple class to return correct status codes for http responses
rigsto/api-http-status
56 Downloads
HTTP status codes and resources for API usages
remiheens/http-status-checker
18 Downloads
CLI tool to check HTTP Status for an URL or a set of URL
mrcl/http-status-codes
7 Downloads
HTTP Status Codes library
miladm/php_http_status
5 Downloads
mac1qc/http-status-code
1 Downloads
Helper to get HTTP status code by using common name
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.