PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of nvb   PHP CURL Component   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP CURL Component
Compose and execute HTTP requests with Curl
Author: By
Last change: added keyword
Date: 6 years ago
Size: 1,222 bytes
 

Contents

Class file image Download
{ "name": "net_bazzline/php_component_curl", "description": "free as in freedom simple object oriented curl request and response component (YACC - yet another curl component)", "keywords": [ "bazzline", "psr", "psr-4", "curl", "oop", "yet another", "request", "response", "dispatcher", "lgpl", "free as in freedom", "yacc", "php56", "php7", "changelog" ], "type": "library", "minimum-stability": "dev", "require": { "net_bazzline/php_component_toolbox": "1.9.*", "php": ">=5.6" }, "require-dev": { "mockery/mockery": "0.9.*", "phpunit/phpunit": "^5.7" }, "license": "LGPL-3.0", "authors": [ { "name": "Stev Leibelt", "email": "artodeto@bazzline.net", "homepage": "https://artodeto.bazzline.net", "role": "Developer" } ], "autoload": { "psr-4": { "Net\\Bazzline\\Component\\Curl\\": "source/" } }, "autoload-dev": { "psr-4": { "Test\\Net\\Bazzline\\Component\\Curl\\": "test/" } } }