2017 © Pedro Peláez
 

library hcloud-php

PHP library for the Hetzner Cloud API

image

exploriment/hcloud-php

PHP library for the Hetzner Cloud API

  • Tuesday, April 24, 2018
  • by dyhli
  • Repository
  • 2 Watchers
  • 10 Stars
  • 89 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 9 Versions
  • 107 % Grown

The README.md

PHP library for the Hetzner Cloud API by Exploriment

License Latest Stable Version Total Downloads, (*1)

Installation: Composer

You can install this library via Composer. Run the following command:, (*2)

composer require exploriment/hcloud-php

Documentation and examples

Full technical documentation can be found in DOCUMENTATION.md. The more user-friendly documentation can be found in the wiki., (*3)

HetznerCloud

<?php
use Exploriment\HetznerCloud;

/**
 * set your API token like this and you are ready to
 * make API calls using this library!
 */
HetznerCloud\HetznerCloud::setToken('my_token_here');

// retrieve the pricing object
$pricing = HetznerCloud\HetznerCloud::getPricing();

/**
 * retrieve the rate limit status, returns the following:
 * 
 * object(stdClass)#1 (3) {
 *    ["limit"]=>
 *    int(0)
 *    ["remaining"]=>
 *    int(0)
 *    ["reset"]=>
 *    int(1517655111)
 *  }
 * 
 * values of these will be `null` if no requests to the API were made
 */
$rateLimit = HetznerCloud\HetznerCloud::getRateLimit();

Prerequisites and dependencies

License

MIT, (*4)

The Versions

24/04 2018

dev-master

9999999-dev https://exploriment.io/

PHP library for the Hetzner Cloud API

  Sources   Download

MIT

The Requires

 

The Development Requires

api hetzner exploriment hetzner cloud

24/04 2018

v1.1.3

1.1.3.0 https://exploriment.io/

PHP library for the Hetzner Cloud API

  Sources   Download

MIT

The Requires

 

The Development Requires

api hetzner exploriment hetzner cloud

12/04 2018

v1.1.2

1.1.2.0 https://exploriment.io/

PHP library for the Hetzner Cloud API

  Sources   Download

MIT

The Requires

 

The Development Requires

api hetzner exploriment hetzner cloud

03/04 2018

v1.1.1

1.1.1.0 https://exploriment.io/

PHP library for the Hetzner Cloud API

  Sources   Download

MIT

The Requires

 

The Development Requires

api hetzner exploriment hetzner cloud

02/04 2018

v1.1.0

1.1.0.0 https://exploriment.io/

PHP library for the Hetzner Cloud API

  Sources   Download

MIT

The Requires

 

The Development Requires

api hetzner exploriment hetzner cloud

02/04 2018

v1.0.3

1.0.3.0 https://exploriment.io/

PHP library for the Hetzner Cloud API

  Sources   Download

MIT

The Requires

 

The Development Requires

api hetzner exploriment hetzner cloud

28/03 2018

v1.0.2

1.0.2.0 https://exploriment.io/

PHP library for the Hetzner Cloud API

  Sources   Download

MIT

The Requires

 

The Development Requires

api hetzner exploriment hetzner cloud

28/03 2018

v1.0.1

1.0.1.0 https://exploriment.io/

PHP library for the Hetzner Cloud API

  Sources   Download

MIT

The Requires

 

The Development Requires

api hetzner exploriment hetzner cloud

04/02 2018

v1.0.0

1.0.0.0 https://exploriment.io/

PHP library for the Hetzner Cloud API

  Sources   Download

MIT

The Requires

 

The Development Requires

api hetzner exploriment hetzner cloud