PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of PHPLicengine   PHPLicengine API   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHPLicengine API
Send HTTP requests to call REST Web service APIs
Author: By
Last change:
Date: 6 years ago
Size: 743 bytes
 

Contents

Class file image Download
{ "name": "phplicengine/phplicengine-api", "type": "library", "description": "API for PHPLicengine", "keywords": ["api","restapi"], "homepage": "http://www.phplicengine.com", "license": "Apache", "authors": [ { "name": "PHPLicengine", "homepage": "http://www.phplicengine.com", "role": "Developer" } ], "require": { "php": ">=5.5.0", "ext-curl": "*" }, "suggest": { "ext-fileinfo": "If you want to use file upload.", "jtrumbull/xml-parser": "dev-master, to use getXmlAsArray() method in Result class." }, "autoload": { "psr-4": { "PHPLicengine\\": "lib/PHPLicengine" } } }