soloded/http-constant

Http status code constant definition

Installs: 719

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

pkg:composer/soloded/http-constant

v1.0.0 2021-02-03 16:33 UTC

This package is not auto-updated.

Last update: 2025-12-19 14:17:28 UTC


README

This is a php class of http definition constant

Installation

First, you will need to install Composer following the instructions on their site.

Then, simply run the following command:

composer require soloded/http-constant

Usage

echo \SoloDed\HttpResponseCode::HTTP_OK;