lkj / httpstatus
Defining http status Code, Messages and Response in constants
Installs: 14
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/lkj/httpstatus
Requires
- php: ^5.3.3 || ^7.0
This package is not auto-updated.
Last update: 2025-12-21 10:05:20 UTC
README
How To Install
composer require lkj/httpstatus
Where To Use
This package might be useful when you are creating microservices or building API's.
How to use
use HttpStatus\Response;
$response_obj = new Response;
$sucees_reponse = $response_obj::SUCCESS_OK;