soloded / http-constant
Http status code constant definition
v1.0.0
2021-02-03 16:33 UTC
Requires
None
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is not auto-updated.
Last update: 2026-09-11 17:35:48 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;