PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Jason Gillman Jr.   StormOnDemand API   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: StormOnDemand API
Manage hosting services using Storm On Demand API
Author: By
Last change: Update of composer.json
Date: 9 months ago
Size: 401 bytes
 

Contents

Class file image Download
{ "name": "liquidweb/php-stormondemand", "description": "PHP bindings for the StormOnDemand API", "homepage": "https://github.com/liquidweb/php-stormondemand", "license": "Apache-2.0", "authors": [ { "name": "Jason Gillman Jr.", "email": "jgillman@liquidweb.com", "role": "Developer" } ], "require": { "ext-curl": "*" }, "autoload": { "files": ["StormAPI.class.php"] } }