thunderid/jsend
Overview
This package is to help creating Json API Response. It follows the JSend standards (if you are not familiar with jsend, please refer to http://labs.omniti.com/labs/jsend)
Installation
Add this code to composer.json:
"thunderid/jsend": "dev-master"
and run
composer update
Usage
$jsend = new \ThunderID\jsend\jsend($status = "success|error|fail", $array);
echo $jsend->toJson();
Related Packages
erirk/paypalpayment
laravel-paypalpayment is simple package help you process direct credit card paym...
0
doctrine/dbal
Powerful PHP database abstraction layer (DBAL) with many features for database s...
628,058,007
9,707