PHPackages                             bschleyer/reseller-services-phpclient - 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. bschleyer/reseller-services-phpclient

ActiveLibrary[API Development](/categories/api)

bschleyer/reseller-services-phpclient
=====================================

A full-featured implementation of the ResellerServices API

v1.0.0(4y ago)056BSD-2-ClausePHPPHP &gt;=7.2

Since Aug 27Pushed 4y ago1 watchersCompare

[ Source](https://github.com/BSchleyer/reseller-services-phpclient)[ Packagist](https://packagist.org/packages/bschleyer/reseller-services-phpclient)[ RSS](/packages/bschleyer-reseller-services-phpclient/feed)WikiDiscussions master Synced today

READMEChangelog (1)Dependencies (2)Versions (2)Used By (0)

Reseller-Services PHP API Client
================================

[](#reseller-services-php-api-client)

This **PHP 7.2+** library allows you to communicate with the Reseller-Services API.

[![Latest Stable Version](https://camo.githubusercontent.com/9226bbd3faaf1eda8e1c0191142fd501555c25ea4d7a3f86b7bb62f56b88c288/687474703a2f2f706f7365722e707567782e6f72672f627363686c657965722f726573656c6c65722d73657276696365732d706870636c69656e742f76)](https://packagist.org/packages/bschleyer/reseller-services-phpclient)[![Total Downloads](https://camo.githubusercontent.com/d600cfc232645b123b5e8159ad26c4aaff36416ff29d0c665be5575a2c5377eb/687474703a2f2f706f7365722e707567782e6f72672f627363686c657965722f726573656c6c65722d73657276696365732d706870636c69656e742f646f776e6c6f616473)](https://packagist.org/packages/bschleyer/reseller-services-phpclient)[![Latest Unstable Version](https://camo.githubusercontent.com/2a8a7a7d1c3413cdefc90af725e552de2fe009dab4a1644162bcec1232b14845/687474703a2f2f706f7365722e707567782e6f72672f627363686c657965722f726573656c6c65722d73657276696365732d706870636c69656e742f762f756e737461626c65)](https://packagist.org/packages/bschleyer/reseller-services-phpclient)[![License](https://camo.githubusercontent.com/57b8e8f14b4be726a3cc4887a60ceac721eb543310583793f24eceb8d541dc16/687474703a2f2f706f7365722e707567782e6f72672f627363686c657965722f726573656c6c65722d73657276696365732d706870636c69656e742f6c6963656e7365)](https://packagist.org/packages/bastianleicht/reseller-services-php)

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

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

[](#getting-started)

Recommended installation is using **Composer**!

In the root of your project execute the following:

```
$ composer require bschleyer/reseller-services-phpclient
```

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

```
{
    "require": {
        "bschleyer/reseller-services-phpclient": "^1.0"
    }
}
```

Then perform the installation:

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

### Examples

[](#examples)

Creating the ResellerServices main object:

```
