PHPackages                             jaimecx/http-status - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [HTTP &amp; Networking](/categories/http)
4. /
5. jaimecx/http-status

Abandoned → [jlibs/http-status](/?search=jlibs%2Fhttp-status)Library[HTTP &amp; Networking](/categories/http)

jaimecx/http-status
===================

Minimalist HTTP status codes library for PHP applications.

1.0.0(1y ago)0142MITPHPPHP &gt;=7.4

Since Apr 28Pushed 7mo ago1 watchersCompare

[ Source](https://github.com/jaimecx/http-status)[ Packagist](https://packagist.org/packages/jaimecx/http-status)[ RSS](/packages/jaimecx-http-status/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)DependenciesVersions (2)Used By (0)

HttpStatus
==========

[](#httpstatus)

A simple, lightweight PHP library that provides HTTP status code constants, inspired by the PHP-FIG's `StatusCodeInterface`.

Installation
------------

[](#installation)

You can install this package via Composer:

```
composer require jlibs/http-status
```

Usage
-----

[](#usage)

Use the provided HTTP status code constants to improve the readability and consistency of your PHP applications.

Example
-------

[](#example)

```
