lkj / httpstatus
Defining http status Code, Messages and Response in constants
0.0.1
2018-07-09 07:27 UTC
Requires
- php: ^5.3.3 || ^7.0
This package is not auto-updated.
Last update: 2025-07-20 07:41:23 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;