Libraries tagged by statuscodes
jq/response
11 Downloads
Response is an helper class which handles HTTP response, status codes and messages returned from different functions. Useful for unifiying API responses.
jeykeu/response
29 Downloads
Response is an helper class which handles HTTP response, status codes and messages returned from different functions. Useful for unifiying API responses.
iaretedd/http
31 Downloads
Eventually this library may have some useful HTTP-related helpers, but currently there's only HTTP response status codes.
hschulz/php-status-code-library
0 Downloads
Status codes for protocols and whatnot.
fastpress/response
61 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.
erickcomp/http-status
14 Downloads
This package provides 2 classes with the HTTP status codes and its reason phrases mapped as class constants: Status provides the official status codes and UnnoffcialStatus provides all official one plus some unnoficials
enjoy/http-status-code
44 Downloads
List constants for http status codes
dasbit/apiclient
7 Downloads
Simple api client wrapper without throwing exceptions with statuscodes
crypto_scythe/http_generator
14 Downloads
HTTP header fields, media types and status codes
crypto_scythe/http
6 Downloads
PHP convenience classes for HTTP header fields, media types and status codes
charm/exceptions
0 Downloads
Various exception classes with some extra information such as HTTP Status Codes and HTTP Status Messages.
brilliantpackages/laravel-fmerrorhelper
595 Downloads
A package to convert FileMaker Pro error codes to standard HTTP status codes and messages.
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.
balpom/http-cache-ttl
18 Downloads
Object for storing common and individual TTLs for different HTTP response status codes for use in caching.
awaiskhan18/resman
6 Downloads
ResMan is a PHP class that provides a convenient way to handle API responses with standard status codes and response structures. It includes methods for handling validation errors, success responses, and failure responses.