PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Alexey Dodonov   Mezon Service PHP API Client   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Mezon Service PHP API Client
Send HTTP requests to remote service APIs
Author: By
Last change:
Date: 3 years ago
Size: 823 bytes
 

Contents

Class file image Download
{ "name": "mezon/service-client", "description": "Small service client script", "license": "MIT", "authors": [ { "name": "Dodonov Alexey", "email": "alexey@dodonov.pro", "homepage": "http://gdzone.ru", "role": "Founder" } ], "require": { "php": ">=7.2", "mezon/custom-client" : "^1.0", "mezon/dns-client" : "^1.0", "mezon/rest-exception": "^1.0" }, "support": { "email": "alexey@dodonov.pro", "issues": "https://github.com/alexdodonov/mezon-service-client/issues", "source": "https://github.com/alexdodonov/mezon-service-client" }, "minimum-stability": "dev", "homepage": "https://github.com/alexdodonov/mezon-service-client", "prefer-stable": true, "autoload": { "psr-4": { "Mezon\\Service\\": "" } }, "scripts": { "test" : "php ./vendor/phpunit/phpunit/phpunit" } }