vcmanager/hetzner-cloud-connector-php

v1.0.0 2020-05-24 06:43 UTC

This package is auto-updated.

Last update: 2024-04-25 00:48:07 UTC


README

[StyleCI] Latest Stable Version Total Downloads Latest Unstable Version License

This package is only the link between php and hetzner cloud api. We do not change the request form or anything, for a more complete input form, please check the following documentation: https://docs.hetzner.cloud/.

Minimum Requirment

  • PHP 7.2
  • CURL

Install

Composer

composer require vcmanager/hetzner-cloud-connector-php

Manual

  1. Download file from release pages
  2. Copy file inside folder src
  3. Done

Documentation

Docs Class Generate

wget https://phpdoc.org/phpDocumentor.phar sudo mv phpDocumentor.phar /usr/bin sudo chmod +x /usr/bin/phpDocumentor.phar phpDocumentor.phar project:run -d src --template='responsive-twig'

Author