Download the PHP package webfoersterei/hetzner-cloud-api-client without Composer
On this page you can find all versions of the php package webfoersterei/hetzner-cloud-api-client. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download webfoersterei/hetzner-cloud-api-client
More information about webfoersterei/hetzner-cloud-api-client
Files in webfoersterei/hetzner-cloud-api-client
Package hetzner-cloud-api-client
Short Description A client to manage Hetzner's Cloud via API
License MIT
Informations about the package hetzner-cloud-api-client
hetzner-cloud-api-client
API Client for managing Hetzner's Cloud
Usage
Install this package via composer composer require webfoersterei/hetzner-cloud-api-client "dev-master@dev"
Note: There is no stable release at the moment
After that you can use the client like this:
Implemented Methods
The client provides implementations for the following methods (grouped by resources).
Actions
See: https://docs.hetzner.cloud/#resources-actions
- List all:
getActions()
- Get one:
getAction(int $id)
Servers
See: https://docs.hetzner.cloud/#resources-servers
- Get all:
getServers()
- Get one:
getServer(int $id)
- Create one:
createServer(CreateRequest $createRequest)
- Rename:
changeServerName(int $id, string $name)
- Delete one:
deleteServer(int $id)
ServerTypes
See: https://docs.hetzner.cloud/#resources-server-types
- Get all:
getServerTypes()
- Get one:
getServerType(int $id)
Pricing
See: https://docs.hetzner.cloud/#resources-pricing-get
- Get all:
getPricing()
Contribute
Feel free to contribute to this github repository by reporting bugs and ideas to improve this API-client.
Examples
List of serverTypes
Lists all serverTypes: name and specs
My first server
Create a new server and delete it after started
All versions of hetzner-cloud-api-client with dependencies
psr/log Version ^1.0
symfony/serializer Version ^4.0
guzzlehttp/guzzle Version ^6.3
symfony/property-access Version ^4.0
symfony/property-info Version ^4.0
phpdocumentor/reflection-docblock Version ^4.3