Skip to content

Commit b93379a

Browse files
authored
V2 (#32)
1 parent 48571a8 commit b93379a

File tree

247 files changed

+1888
-58515
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

247 files changed

+1888
-58515
lines changed

.github/workflows/php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
matrix:
1010
operating-system: [ubuntu-latest]
11-
php-versions: ['7.1', '7.2', '7.3']
11+
php-versions: ['7.1', '7.2', '7.3', '7.4']
1212
steps:
1313
- uses: actions/checkout@v1
1414
- name: Start Container

.styleci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
preset: laravel

CHANGELOG.md

Lines changed: 9 additions & 0 deletions

README.md

Lines changed: 3 additions & 0 deletions

composer.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
"name": "lkdevelopment/hetzner-cloud-php-sdk",
33
"description": "A inofficial PHP SDK for the Hetzner Cloud API.",
44
"type": "library",
5+
"keywords": [
6+
"hetzner",
7+
"hcloud",
8+
"hetzner cloud",
9+
"cloud php library"
10+
],
511
"require": {
612
"php": ">=7.0.0",
713
"ext-json": "*",

docs/.htaccess

Lines changed: 0 additions & 5 deletions
This file was deleted.

docs/classes/LKDev.HetznerCloud.APIException.html

Lines changed: 0 additions & 743 deletions
This file was deleted.

docs/classes/LKDev.HetznerCloud.Clients.GuzzleClient.html

Lines changed: 0 additions & 663 deletions
This file was deleted.

docs/classes/LKDev.HetznerCloud.HetznerAPIClient.html

Lines changed: 0 additions & 1525 deletions
This file was deleted.

docs/classes/LKDev.HetznerCloud.Models.Actions.Action.html

Lines changed: 0 additions & 1091 deletions
This file was deleted.

0 commit comments

Comments
 (0)