Download the PHP package lkj/httpstatus without Composer
On this page you can find all versions of the php package lkj/httpstatus. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download lkj/httpstatus
More information about lkj/httpstatus
Files in lkj/httpstatus
Download lkj/httpstatus
More information about lkj/httpstatus
Files in lkj/httpstatus
Vendor lkj
Package httpstatus
Short Description Defining http status Code, Messages and Response in constants
License MIT
Package httpstatus
Short Description Defining http status Code, Messages and Response in constants
License MIT
Please rate this library. Is it a good library?
Informations about the package httpstatus
httpstatus constants
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.
All versions of httpstatus with dependencies
PHP Build Version
Package Version
Requires
php Version
^5.3.3 || ^7.0
The package lkj/httpstatus contains the following files
Loading the files please wait ....