vcmanager / hetzner-cloud-connector-php
hetzner cloud connector sdk php
v1.0.0
2020-05-24 06:43 UTC
Requires
- php: ^7.2
This package is auto-updated.
Last update: 2025-03-25 02:50:07 UTC
README
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
- Download file from release pages
- Copy file inside folder src
- Done
Documentation
- PHP Class Documentation : https://vps-cloud-manager.github.io/Hetzner-Cloud-Connector-PHP/
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
- VCManager (Juni Yadi - me@juniyadi.id)
- License: MIT