PHPackages                             frdl/rdap-server - 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. [DevOps &amp; Deployment](/categories/devops)
4. /
5. frdl/rdap-server

ActiveProject[DevOps &amp; Deployment](/categories/devops)

frdl/rdap-server
================

Rdap Server (OIDplus aware, with WHOIS-fallback/-remarks)

v0.0.3(1y ago)10MITPHPPHP &gt;=7.2 | &gt;=8.0CI failing

Since Jun 20Pushed 1y ago1 watchersCompare

[ Source](https://github.com/frdl/rdap-server)[ Packagist](https://packagist.org/packages/frdl/rdap-server)[ Docs](https://github.com/frdl/rdap-server)[ Fund](https://domainundhomepagespeicher.de)[ Fund](https://webfan.de/sponsor-me/)[ RSS](/packages/frdl-rdap-server/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (3)Dependencies (25)Versions (5)Used By (0)

RDAP server application example
===============================

[](#rdap-server-application-example)

This is a sample application uses the [HiQDev RDAP library](https://github.com/hiqdev/rdap) which packs domain info into PHP objects and can serialize it to JSON string.

This implementation fetches public WHOIS servers, parses the response by [HiQDev RDAP-Whois proxy](https://github.com/hiqdev/rdap-whois-proxy), fills RDAP objects and responds according to the RFC7483.

Install and run
===============

[](#install-and-run)

The preferred way to install this project is through [composer](http://getcomposer.org/download/).

```
php composer.phar create-project "hiqdev/rdap-server-example:*" directory2install
```

Then run `php composer.phar update` to setup all dependencies

Setup project
-------------

[](#setup-project)

You can run this application by two ways.

1. With build-in PHP web server:

    ```
     php -S {host}:{port} -t public/ public/index.php

    ```
2. With docker-compose:

    ```
    docker-compose up -d --build

    ```

Now you can check you app on `localhost:8080` or on your custom port and see

```
Hello world!

```

Usage
-----

[](#usage)

You can use this application to find domain names by URL

```
localhost:8080/domain/example.com

```

And see something like

```
  "ldhName": "example.com",
  "unicodeName": "example.com",
  "entities": [
    {
      "vcardArray": [
        [
            ...

```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance38

Infrequent updates — may be unmaintained

Popularity2

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity38

Early-stage or recently created project

 Bus Factor1

Top contributor holds 95.7% 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 ~69 days

Total

3

Last Release

558d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/831c50002c08bb751b698844c98cd6b36897678268b47f1f872a30f4e192ac22?d=identicon)[webfan](/maintainers/webfan)

---

Top Contributors

[![wehowski](https://avatars.githubusercontent.com/u/2658030?v=4)](https://github.com/wehowski "wehowski (44 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (2 commits)")

---

Tags

oidoidplusphprdapserverweidwhoisphpserverwhoisrdapoidOIDplusweidfrdlweb

### Embed Badge

![Health badge](/badges/frdl-rdap-server/health.svg)

```
[![Health](https://phpackages.com/badges/frdl-rdap-server/health.svg)](https://phpackages.com/packages/frdl-rdap-server)
```

###  Alternatives

[shopware/platform

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)[craftcms/cms

Craft CMS

3.6k3.6M2.6k](/packages/craftcms-cms)[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.4k5.6M651](/packages/sylius-sylius)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

595.2M386](/packages/shopware-core)[prestashop/prestashop

PrestaShop is an Open Source e-commerce platform, committed to providing the best shopping cart experience for both merchants and customers.

9.0k15.4k](/packages/prestashop-prestashop)[ec-cube/ec-cube

EC-CUBE EC open platform.

78527.0k1](/packages/ec-cube-ec-cube)

PHPackages © 2026

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