PHPackages                             bastianleicht/hosterapi-php - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. bastianleicht/hosterapi-php

ActiveLibrary[API Development](/categories/api)

bastianleicht/hosterapi-php
===========================

A full-featured implementation of the HosterAPI

00PHPCI failing

Since Mar 28Pushed 4y ago2 watchersCompare

[ Source](https://github.com/bastianleicht/hosterapi-php)[ Packagist](https://packagist.org/packages/bastianleicht/hosterapi-php)[ RSS](/packages/bastianleicht-hosterapi-php/feed)WikiDiscussions main Synced 1w ago

READMEChangelogDependenciesVersions (1)Used By (0)

HosterAPI PHP API Client
========================

[](#hosterapi-php-api-client)

This **PHP 7.2+** library allows you to communicate with the HosterAPI.

[![Latest Stable Version](https://camo.githubusercontent.com/77b6faf27408e2aa47a0b0a70257b4ad5cf8901fd2d41bb37991c8c0318f052a/687474703a2f2f706f7365722e707567782e6f72672f6261737469616e6c65696368742f686f737465726170692d7068702f76)](https://packagist.org/packages/bastianleicht/hosterapi-php)[![Total Downloads](https://camo.githubusercontent.com/c5c200cc0e4322dc5753a7b42827a8084f889010a454bddf87c26e6898ef7379/687474703a2f2f706f7365722e707567782e6f72672f6261737469616e6c65696368742f686f737465726170692d7068702f646f776e6c6f616473)](https://packagist.org/packages/bastianleicht/hosterapi-php)[![Latest Unstable Version](https://camo.githubusercontent.com/74a58c54cd75e50db8a345957f35134d754a52795e126e9b7aba9557f746ae80/687474703a2f2f706f7365722e707567782e6f72672f6261737469616e6c65696368742f686f737465726170692d7068702f762f756e737461626c65)](https://packagist.org/packages/bastianleicht/hosterapi-php)[![License](https://camo.githubusercontent.com/2a0cfd5a0be76a200d04372cee189c101d2483756e97a32f7367a4988c72c4b8/687474703a2f2f706f7365722e707567782e6f72672f6261737469616e6c65696368742f686f737465726170692d7068702f6c6963656e7365)](https://packagist.org/packages/bastianleicht/hosterapi-php)

> You can find the full API documentation [here](https://reseller.hosterapi.de/api)!

Getting Started
---------------

[](#getting-started)

Recommended installation is using **Composer**!

In the root of your project execute the following:

```
$ composer require bastianleicht/hosterapi-php
```

Or add this to your `composer.json` file:

```
{
    "require": {
        "bastianleicht/hosterapi-php": "^1.0"
    }
}
```

Then perform the installation:

```
$ composer install --no-dev
```

### Examples

[](#examples)

Creating the HosterAPI main object:

```
