Skip to content

[WIP] A PHP SDK for Clever Cloud API

License

Notifications You must be signed in to change notification settings

dansmaculotte/clevercloud-php

 
 

Repository files navigation

clevercloud-php

Latest Version on Packagist GitHub Tests Action Status Total Downloads

[WIP] A PHP SDK for Clever Cloud API

Installation

You can install the package via composer:

composer require gaelreyrol/clevercloud-php

Usage

$cc = new CleverCloud\CleverCloud([
    'consumer_key' => 'my_key',
    'consumer_secret' => 'my_secret',
    'token' => 'my_token',
    'token_secret' => 'my_token_secret',
]);

$selfAPI = new CleverCloud\APIs\SelfAPI($cc);
$self = $selfAPI->getSelf();

Testing

composer test

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

Credits

License

The Apache-2.0 License. Please see License File for more information.

About

[WIP] A PHP SDK for Clever Cloud API

Resources

License

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 98.6%
  • Shell 1.4%