PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Ahmed Saad   PHP JSON Response Builder   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP JSON Response Builder
Compose an HTTP response dynamically in JSON
Author: By
Last change:
Date: 2 years ago
Size: 729 bytes
 

Contents

Class file image Download
{ "name": "saad/json-response-builder", "description": "this package semplifies sending API json response by using a standard and unique response structure", "type": "library", "license": "MIT", "authors": [ { "name": "Ahmed Saad", "email": "a7mad.sa3d.2014@gmail.com" } ], "require": { "php": ">=7.2", "illuminate/http": "~6.0" }, "require-dev": { "phpunit/phpunit": "^8.0", "orchestra/testbench": "~4.0" }, "autoload": { "psr-4": { "Saad\\JsonResponseBuilder\\": "src/" } }, "autoload-dev": { "psr-4": { "Test\\Unit\\": "tests/unit" } } }