PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Chun-Sheng, Li   PHP Web Service Bundle   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Web Service Bundle
Call APIs to email, shorten URLs and upload images
Author: By
Last change:
Date: 7 years ago
Size: 580 bytes
 

Contents

Class file image Download
{ "name": "lee/service-bundle", "description": "Intergated with mailing service,uploading image service and so on.", "type": "api", "require": { "guzzlehttp/guzzle": "^5.3" }, "require-dev": { "phpunit/phpunit": "^4.8", "phpunit/php-code-coverage": "^2", "guzzlehttp/guzzle": "^5.3" }, "license": "MIT", "autoload": { "psr-4": { "peter\\components\\": "src/" } }, "authors": [ { "name": "peter279k", "email": "peter279k@gmail.com" } ] }