Libraries tagged by status code
squaresandbrackets/craft-status-code
16 Downloads
Returns the HTTP status code within twig templates
snapshotpl/status-code
13928 Downloads
HTTP status code value object implementation in PHP
scaleplan/http-status
41 Downloads
A minimal package for working with HTTP statuses.
saurabhsharma/http-status-code
50 Downloads
A simple class to return correct status codes for http responses
rocareer/webman-status-code
63 Downloads
Webman plugin rocareer/webman-status-code
rigsto/api-http-status
73 Downloads
HTTP status codes and resources for API usages
purplespider/silverstripe-page-type-status-checker
16 Downloads
A Silverstripe BuildTask that checks page type status by verifying HTTP status codes for CMS and frontend links
mrcl/http-status-codes
8 Downloads
HTTP Status Codes library
mac1qc/http-status-code
3 Downloads
Helper to get HTTP status code by using common name
lordversa/octane-custom-status-code
13 Downloads
Supercharge your Laravel application's performance and support custom status codes
liopoos/http-code
15 Downloads
Simple HTTP status codes
lartisanlogiciel/http-status-object
1 Downloads
Object oriented http status codes
kmvan/status-code
2 Downloads
Http status code
kazemmdev/http-status
1913 Downloads
A simple Enum for http status codes responses
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.