PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Alexey Dodonov   Mezon Custom PHP HTTP Request   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Mezon Custom PHP HTTP Request
Send HTTP requests with a single line of code
Author: By
Last change:
Date: 3 years ago
Size: 688 bytes
 

Contents

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