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

0.0.1 2018-07-09 07:27 UTC

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;

IF you need to use only status code or status message then you can use Code or Message Class.