PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Daniel Costa   Dreamhost   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Dreamhost
Manage Dreamhost hosting accounts using its API
Author: By
Last change: Update of composer.json
Date: 2 months ago
Size: 407 bytes
 

Contents

Class file image Download
{ "name": "danielcosta/php-dreamhost", "description": "PHP class for the Dreamhost API", "type": "library", "license": "BSD-3-Clause", "minimum-stability": "dev", "autoload": { "psr-0": { "DanielCosta\\Dreamhost": "src/" } }, "authors": [ { "name": "Daniel Costa", "email": "danielcosta@gmail.com" } ] }