Download the PHP package foothing/uniform-json-responses without Composer
On this page you can find all versions of the php package foothing/uniform-json-responses. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download foothing/uniform-json-responses
More information about foothing/uniform-json-responses
Files in foothing/uniform-json-responses
Download foothing/uniform-json-responses
More information about foothing/uniform-json-responses
Files in foothing/uniform-json-responses
Vendor foothing
Package uniform-json-responses
Short Description A PHP trait to uniform http responses.
License MIT
Package uniform-json-responses
Short Description A PHP trait to uniform http responses.
License MIT
Please rate this library. Is it a good library?
Informations about the package uniform-json-responses
PHP Uniform HTTP responses
This is a tiny package meant to be used within Laravel.
It defines a trait
that can be used to wrap and uniform
JSON responses to a reusable format.
Install
composer require foothing/uniform-json-responses
Usage
Simply add the trait to your Controller and have your controller
actions to return content via the trait success
or fail
api.
The messages you can pass along with success
and fail
will be included in a X-Status-Message
header.
All versions of uniform-json-responses with dependencies
PHP Build Version
Package Version
The package foothing/uniform-json-responses contains the following files
Loading the files please wait ....