Skip to content
This repository has been archived by the owner on Jan 15, 2023. It is now read-only.

gaelreyrol/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

Topics

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published