PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Ahmed Khan   PHP Cloudways API SDK   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Cloudways API SDK
Manage sites hosted in Cloudways using its API
Author: By
Last change:
Date: 2 years ago
Size: 535 bytes
 

Contents

Class file image Download
{ "name": "ahmedkhan847/cloudwaysapiphpsdk", "type": "SDK", "description": "Cloudways API SDK for PHP", "keywords": [ "cloudways API" ], "homepage": "http://www.cloudways.com/", "license": "MIT", "authors": [{ "name": "Ahmed Khan", "email": "ahmedkhan_847@hotmail.com", "homepage": "https://github.com/ahmedkhan847" }], "require": { "guzzlehttp/guzzle": "^6.2", "phpunit/phpunit": "5.*" }, "autoload": { "psr-4": { "Cloudways\\": "src/Cloudways/" } }, "version": "1.0.0", "minimum-stability": "dev" }