PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Peter Kahl   curl Master   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: curl Master
Send HTTP requests using the curl extension
Author: By
Last change: Update of composer.json
Date: 3 years ago
Size: 559 bytes
 

Contents

Class file image Download
{ "name": "peterkahl/curl-master", "type": "library", "description": "cURL wrapper", "keywords": ["curl", "http-client", "http", "https"], "homepage": "https://github.com/peterkahl/curlmaster", "license": "Apache-2.0", "authors": [ { "name": "Peter Kahl", "homepage": "https://github.com/peterkahl", "role": "Developer" } ], "require": { "php": ">=5.3.0" }, "autoload": { "psr-4": { "peterkahl\\curlmaster\\": "src/" } } }