承接 axute/hetzner-cloud-php-sdk 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

axute/hetzner-cloud-php-sdk

最新稳定版本:v3.0.1

Composer 安装命令:

composer require axute/hetzner-cloud-php-sdk

包简介

An unofficial PHP SDK for the Hetzner Cloud API.

README 文档

README

Latest Stable Version License Total Downloads Actions Status

Hetzner Cloud PHP (8.3+) SDK

A PHP (8.3+) SDK for the Hetzner Cloud API: https://docs.hetzner.cloud/

Installation

You can install the package via composer:

composer require axute/hetzner-cloud-php-sdk

Usage

$hetznerClient = new \LKDev\HetznerCloud\HetznerAPIClient($apiKey);
foreach ($hetznerClient->servers()->all() as $server) {
    echo 'ID: '.$server->id.' Name:'.$server->name.' Status: '.$server->status.PHP_EOL;
}

PHP Support

It is tested on PHP Versions 8.3 and 8.4.

Testing

You can just run phpunit. The whole library is based on unit tests and sample responses from the official Hetzner Cloud documentation.

Changelog

Please see CHANGELOG for more information what has changed recently.

Security

If you discover any security related issues, please use the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.

统计信息

  • 总下载量: 6
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 63
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2025-04-19