PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Sergey Karavay   Nano REST   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Nano REST
Send REST requests to Web servers using Curl
Author: By
Last change:
Date: 6 years ago
Size: 1,205 bytes
 

Contents

Class file image Download
{ "name": "gino-pane/nano-rest", "description": "Minimalistic and self-contained cURL HTTP REST client for PHP", "homepage": "http://github.com/GinoPane/PhpNanoRest", "keywords": [ "http client", "rest client", "minimalistic", "http", "rest", "php rest", "nano rest" ], "license": "MIT", "authors": [ { "name": "Sergey <Gino Pane> Karavay", "homepage": "http://sergey.karavay.name", "email": "sergey.karavay@gmail.com", "role": "Developer" } ], "support": { "source": "http://github.com/GinoPane/PhpNanoRest", "docs": "https://github.com/GinoPane/PhpNanoRest/blob/master/README.md", "issues": "https://github.com/GinoPane/PhpNanoRest/issues" }, "type": "library", "require": { "php": "^7.1", "ext-curl": "*" }, "require-dev": { "phpunit/phpunit": "^6.0", "squizlabs/php_codesniffer": "^3.0", "phpmd/phpmd" : "^2.6", "phpdocumentor/phpdocumentor" : "^2.0" }, "autoload": { "psr-4": { "GinoPane\\NanoRest\\": "src/" } } }