PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Craig Smith   PHP WHMCS API Library   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP WHMCS API Library
Manage hosting accounts using the WHMCS API
Author: By
Last change: Update of composer.json
Date: 2 months ago
Size: 499 bytes
 

Contents

Class file image Download
{ "name": "whmcs/whmcs", "type": "library", "description": "PHP SDK for the WHMCS API", "keywords": ["sdk","whmcs","api"], "homepage": "https://github.com/phpsa/whmcs-php", "license": "MIT", "authors": [ { "name": "Craig G Smith", "email": "vxdhost@gmail.com", "homepage": "http://www.omnihost.co.nz/" } ], "require": { "php": ">=5.3.0" }, "autoload": { "psr-0": { "Whmcs": "." } } }