PHPackages                             hades-architect/united-domains - 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. hades-architect/united-domains

ActiveLibrary[API Development](/categories/api)

hades-architect/united-domains
==============================

A library to use United Domains domainreselling.de API

0.3.0(8y ago)33132MITPHPPHP ^7.1

Since Apr 9Pushed 8y ago1 watchersCompare

[ Source](https://github.com/HadesArchitect/UnitedDomains)[ Packagist](https://packagist.org/packages/hades-architect/united-domains)[ RSS](/packages/hades-architect-united-domains/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (4)Dependencies (3)Versions (6)Used By (0)

United Domains PHP Client Library
=================================

[](#united-domains-php-client-library)

[![Build Status](https://camo.githubusercontent.com/f5bfe740019a98c64ff91c4b58639ee4b529dc4f7e0d278e3a9841049c48f317/68747470733a2f2f7472617669732d63692e6f72672f48616465734172636869746563742f556e69746564446f6d61696e732e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/HadesArchitect/UnitedDomains)

A convenient tool to use United Domains API. It provides tools for direct API calls and convenient wrappers.

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

[](#installation)

```
composer require hades-architect/united-domains 0.2.1

```

Usage
-----

[](#usage)

### Simple Client

[](#simple-client)

Recommended way when you would like to have it simple. Provides more convenient way to use API but doesn't cover all known API methods.

```
$client = new \HadesArchitect\UnitedDomains\ClientFacade($username, $password);
$records = $client->getRecords('my-domain.com');
if ($client->isDomainFree('example.com')) { ... }
```

### Powerful Client

[](#powerful-client)

Doesn't have fancy facade methods giving you instead only the main `call` method. The way to use API directly. No limits, but great power brings great responsibility ;)

```
$client = new \HadesArchitect\UnitedDomains\Client($username, $password);
$response = $client->call('CheckDomain', ['domain' => 'example.com']);
echo $response;
```

### Traceable Client

[](#traceable-client)

It brings more output if you debug something.

```
// Client
$client = new \HadesArchitect\UnitedDomains\TraceableClient($username, $password);
// Logger
$client->setLogger(
    new \Monolog\Logger(
        'ud_api',
        [new \Monolog\Handler\StreamHandler('php://stdout', \Monolog\Logger::DEBUG)],
        [new \Monolog\Processor\PsrLogMessageProcessor()]
    )
);
$client->enableDebug();
$response = $client->call('CheckDomain', ['domain' => 'example.com']);
echo $response;
```

Todo
----

[](#todo)

- More tests
- Integration with Travis CI
- More methods for ClientFacade

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 92.3% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~2 days

Total

4

Last Release

2992d ago

PHP version history (2 changes)0.1.0PHP ^5.5.9|&gt;=7.0.8

0.2.1PHP ^7.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/98d2e98159375b7617fa3ba6294d14d088bf62887cd291d0a9a8afd527927ba4?d=identicon)[HadesArchitect](/maintainers/HadesArchitect)

---

Top Contributors

[![HadesArchitect](https://avatars.githubusercontent.com/u/1742301?v=4)](https://github.com/HadesArchitect "HadesArchitect (12 commits)")[![a-v-saitow](https://avatars.githubusercontent.com/u/15346860?v=4)](https://github.com/a-v-saitow "a-v-saitow (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/hades-architect-united-domains/health.svg)

```
[![Health](https://phpackages.com/badges/hades-architect-united-domains/health.svg)](https://phpackages.com/packages/hades-architect-united-domains)
```

###  Alternatives

[craftcms/cms

Craft CMS

3.6k3.6M2.9k](/packages/craftcms-cms)[tempest/framework

The PHP framework that gets out of your way.

2.2k31.1k12](/packages/tempest-framework)[googleads/googleads-php-lib

Google Ad Manager SOAP API Client Library for PHP

67210.4M25](/packages/googleads-googleads-php-lib)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3661.2M46](/packages/tencentcloud-tencentcloud-sdk-php)[wheelpros/fitment-platform-api

Magento 2 (Open Source)

12.1k1.2k](/packages/wheelpros-fitment-platform-api)[checkout/checkout-sdk-php

Checkout.com SDK for PHP

563.5M10](/packages/checkout-checkout-sdk-php)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
