PHP Classes

File: vendor/nexmo/client/composer.json

Recommend this page to a friend!
  Classes of Abed Nego Ragil Putra   PHP Inventory Management System with Scanner   vendor/nexmo/client/composer.json   Download  
File: vendor/nexmo/client/composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Inventory Management System with Scanner
Manage inventory stock using scanner application
Author: By
Last change:
Date: 5 years ago
Size: 896 bytes
 

Contents

Class file image Download
{ "name": "nexmo/client", "description": "PHP Client for using Nexmo's API.", "license": "MIT", "type": "library", "authors": [ { "name": "Tim Lytle", "email": "tim@nexmo.com", "role": "Developer", "homepage": "http://twitter.com/tjlytle" } ], "support": { "email": "devrel@nexmo.com" }, "require": { "php": ">=5.6", "php-http/client-implementation": "^1.0", "zendframework/zend-diactoros": "^1.8.4 || ^2.0", "php-http/guzzle6-adapter": "^1.0", "lcobucci/jwt": "^3.2" }, "require-dev": { "phpunit/phpunit": "^5.7", "php-http/mock-client": "^0.3.0", "estahn/phpunit-json-assertions": "^1.0.0", "squizlabs/php_codesniffer": "^3.1" }, "autoload": { "psr-4": { "Nexmo\\": "src/" } }, "autoload-dev": { "psr-4": { "Nexmo\\": "test/", "NexmoTest\\": "test/" } } }