PHPackages                             inwx/domrobot - 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. inwx/domrobot

ActiveLibrary[API Development](/categories/api)

inwx/domrobot
=============

PHP Client to easily use the Domrobot API of INWX

v3.5.0(3y ago)4636.8k↓41.7%92MITPHPPHP ^8.1

Since Mar 30Pushed 5mo ago8 watchersCompare

[ Source](https://github.com/inwx/php-client)[ Packagist](https://packagist.org/packages/inwx/domrobot)[ Docs](https://www.inwx.com/en/)[ RSS](/packages/inwx-domrobot/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (6)Dependencies (1)Versions (9)Used By (2)

 [ ![](https://camo.githubusercontent.com/fa36d0d9f5e882d83afe9ce3789cded40bf2900017fb01087a32cd4ef324b93b/68747470733a2f2f696d616765732e696e77782e636f6d2f6c6f676f732f696e77785f6e6c2e706e67) ](https://www.inwx.de/en)

INWX Domrobot PHP Client
========================

[](#inwx-domrobot-php-client)

You can access all functions of our frontend via our API, which is available via the XML-RPC or JSON-RPC protocol and thus can be easily consumed with all programming languages.

There is also an OT&amp;E test system, which you can access via [ote.inwx.com](https://ote.inwx.com/en/). Here you will find the known web interface which is using a test database. On the OT&amp;E system no actions will be charged. So you can test as much as you like there.

Documentation
-------------

[](#documentation)

You can view a detailed description of the API functions in our documentation. You can find the online documentation [by clicking here](https://www.inwx.de/en/help/apidoc).

If you still experience any kind of problems don't hesitate to contact our [support via email](mailto:support@inwx.de).

Installation
------------

[](#installation)

the recommended way is via composer:

```
composer require inwx/domrobot
```

now you can use the client by importing the Domrobot class:

```
use INWX\Domrobot;
```

Example
-------

[](#example)

```
