Skip to content

Commit 4fd6e95

Browse files
committed
fix: README.md fix
1 parent 620d593 commit 4fd6e95

File tree

180 files changed

+202
-245
lines changed

Some content is hidden

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

180 files changed

+202
-245
lines changed

README.md

Lines changed: 4 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -11,23 +11,11 @@ PHP 8.1 and later.
1111

1212
### Composer
1313

14-
To install the bindings via [Composer](https://getcomposer.org/), add the following to `composer.json`:
15-
16-
```json
17-
{
18-
"repositories": [
19-
{
20-
"type": "vcs",
21-
"url": "https://github.com/hostinger/api-php-sdk.git"
22-
}
23-
],
24-
"require": {
25-
"hostinger/api-php-sdk": "*"
26-
}
27-
}
28-
```
14+
To install the package via [Composer](https://getcomposer.org/), run the following command:
2915

30-
Then run `composer install`
16+
```bash
17+
composer require hostinger/api-php-sdk
18+
```
3119

3220
### Manual Installation
3321

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hostinger/api-php-sdk",
3-
"version": "0.0.21",
3+
"version": "0.0.22",
44
"description": "Hostinger API PHP SDK",
55
"keywords": [
66
"hostinger",

docs/Model/BillingV1SubscriptionSubscriptionResource.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,5 @@ Name | Type | Description | Notes
1616
**createdAt** | **\DateTime** | |
1717
**expiresAt** | **\DateTime** | |
1818
**nextBillingAt** | **\DateTime** | |
19-
**canceledAt** | **\DateTime** | |
2019

2120
[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)

src/Api/BillingCatalogApi.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/**
44
* Hostinger API PHP SDK
55
*
6-
* API Version: 0.0.20
6+
* API Version: 0.0.24
77
* @url https://github.com/hostinger/api-php-sdk
88
*
99
* NOTE: This file is auto-generated, DO NOT EDIT THIS FILE MANUALLY!

src/Api/BillingOrdersApi.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/**
44
* Hostinger API PHP SDK
55
*
6-
* API Version: 0.0.20
6+
* API Version: 0.0.24
77
* @url https://github.com/hostinger/api-php-sdk
88
*
99
* NOTE: This file is auto-generated, DO NOT EDIT THIS FILE MANUALLY!

src/Api/BillingPaymentMethodsApi.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/**
44
* Hostinger API PHP SDK
55
*
6-
* API Version: 0.0.20
6+
* API Version: 0.0.24
77
* @url https://github.com/hostinger/api-php-sdk
88
*
99
* NOTE: This file is auto-generated, DO NOT EDIT THIS FILE MANUALLY!

src/Api/BillingSubscriptionsApi.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/**
44
* Hostinger API PHP SDK
55
*
6-
* API Version: 0.0.20
6+
* API Version: 0.0.24
77
* @url https://github.com/hostinger/api-php-sdk
88
*
99
* NOTE: This file is auto-generated, DO NOT EDIT THIS FILE MANUALLY!

src/Api/DNSSnapshotApi.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/**
44
* Hostinger API PHP SDK
55
*
6-
* API Version: 0.0.20
6+
* API Version: 0.0.24
77
* @url https://github.com/hostinger/api-php-sdk
88
*
99
* NOTE: This file is auto-generated, DO NOT EDIT THIS FILE MANUALLY!

src/Api/DNSZoneApi.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/**
44
* Hostinger API PHP SDK
55
*
6-
* API Version: 0.0.20
6+
* API Version: 0.0.24
77
* @url https://github.com/hostinger/api-php-sdk
88
*
99
* NOTE: This file is auto-generated, DO NOT EDIT THIS FILE MANUALLY!

src/Api/DomainsPortfolioApi.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/**
44
* Hostinger API PHP SDK
55
*
6-
* API Version: 0.0.20
6+
* API Version: 0.0.24
77
* @url https://github.com/hostinger/api-php-sdk
88
*
99
* NOTE: This file is auto-generated, DO NOT EDIT THIS FILE MANUALLY!

0 commit comments

Comments
 (0)