Libraries tagged by statuscode
logiek/http-status-codes
1533 Downloads
Constants enumerating the HTTP Status Codes. Based on the HTTP Status Code Registry.
frankdejonge/http-status-in-range
1797 Downloads
Utility to check if a HTTP status code is present in a given range.
averay/http-exceptions
236 Downloads
Discrete exceptions for all HTTP error status code for use in a server application.
controlabs/http-exceptions
182 Downloads
PHP HTTP Status Code Exceptions
hschulz/php-status-code-library
0 Downloads
Status codes for protocols and whatnot.
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
squaresandbrackets/craft-status-code
16 Downloads
Returns the HTTP status code within twig templates
scipper/statuscodes
600 Downloads
HTTP Statuscodes
sbuerk/shortcut-redirect-statuscodes
1 Downloads
Extend core shortcut and mountpoint redirects with configurable and selectable redirect statuscodes
saurabhsharma/http-status-code
48 Downloads
A simple class to return correct status codes for http responses
mac1qc/http-status-code
1 Downloads
Helper to get HTTP status code by using common name
lordversa/octane-custom-status-code
12 Downloads
Supercharge your Laravel application's performance and support custom status codes
kmvan/status-code
1 Downloads
Http status code
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.