PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Lars Moelleken   PHP httpful Request   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP httpful Request
Send and process HTTP requests using handler class
Author: By
Last change:
Date: 4 years ago
Size: 1,339 bytes
 

Contents

Class file image Download
{ "name": "voku/httpful", "description": "A Readable, Chainable, REST friendly, PHP HTTP Client", "keywords": [ "http", "curl", "rest", "restful", "api", "requests" ], "homepage": "http://github.com/voku/httpful", "license": "MIT", "authors": [ { "name": "Nate Good", "email": "me@nategood.com", "homepage": "http://nategood.com" }, { "name": "Lars Moelleken", "email": "lars@moelleken.org", "homepage": "http://moelleken.org/" } ], "require": { "php": ">=7.0", "ext-curl": "*", "ext-dom": "*", "ext-fileinfo": "*", "ext-json": "*", "ext-simplexml": "*", "ext-xmlwriter": "*", "php-http/httplug": "2.1.*", "php-http/promise": "1.0.*", "psr/http-client": "1.0.*", "psr/http-factory": "1.0.*", "psr/http-message": "1.0.*", "psr/log": "1.1.*", "voku/portable-utf8": "~5.4", "voku/simple_html_dom": "~4.7" }, "require-dev": { "phpunit/phpunit": "~6.0 || ~7.0" }, "provide": { "php-http/async-client-implementation": "1.0", "php-http/client-implementation": "1.0", "psr/http-client-implementation": "1.0" }, "autoload": { "psr-0": { "Httpful": "src/" } }, "autoload-dev": { "psr-4": { "Httpful\\tests\\": "tests/Httpful/" } } }