PHPackages                             bastianleicht/reseller-services-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/reseller-services-php

ActiveLibrary[API Development](/categories/api)

bastianleicht/reseller-services-php
===================================

A full-featured implementation of the ResellerServices API

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

Since Aug 20Pushed 4y ago1 watchersCompare

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

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/03b12a0097480d7b5b208a8e54988034552b70295e0bf25415ffdcad02ef08a5/687474703a2f2f706f7365722e707567782e6f72672f6261737469616e6c65696368742f726573656c6c65722d73657276696365732d7068702f76)](https://packagist.org/packages/bastianleicht/reseller-services-php)[![Total Downloads](https://camo.githubusercontent.com/ae0e516d660bcac4b22151b6098f6708f409e168c002b714b11f2b7d18c96459/687474703a2f2f706f7365722e707567782e6f72672f6261737469616e6c65696368742f726573656c6c65722d73657276696365732d7068702f646f776e6c6f616473)](https://packagist.org/packages/bastianleicht/reseller-services-php)[![Latest Unstable Version](https://camo.githubusercontent.com/2aa3feae13492324c0f572a0f8a6b1ba73a750a5ae08a018526884c97bffb70c/687474703a2f2f706f7365722e707567782e6f72672f6261737469616e6c65696368742f726573656c6c65722d73657276696365732d7068702f762f756e737461626c65)](https://packagist.org/packages/bastianleicht/reseller-services-php)[![License](https://camo.githubusercontent.com/2a73356a69c18716ebd4daf8d009fb1efa4d83e00f6b78e6d9888c657b2f6305/687474703a2f2f706f7365722e707567782e6f72672f6261737469616e6c65696368742f726573656c6c65722d73657276696365732d7068702f6c6963656e7365)](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 bastianleicht/reseller-services-php
```

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

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

Then perform the installation:

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

### Examples

[](#examples)

Creating the ResellerServices main object:

```
