PHPackages                             dappcore/php-plug-dns - 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. dappcore/php-plug-dns

ActiveLibrary

dappcore/php-plug-dns
=====================

DNS, reverse DNS and certificate integrations for the Plug framework

v0.2.1(today)012↑2650%EUPL-1.2PHPPHP ^8.2

Since Jul 27Pushed todayCompare

[ Source](https://github.com/dAppCore/php-plug-dns)[ Packagist](https://packagist.org/packages/dappcore/php-plug-dns)[ RSS](/packages/dappcore-php-plug-dns/feed)WikiDiscussions main Synced today

READMEChangelogDependencies (1)Versions (4)Used By (0)

php-plug-dns
============

[](#php-plug-dns)

DNS, reverse DNS and certificates for the Plug framework. ClouDNS driver.

```
$dns = app(Core\Plug\Dns\DnsManager::class);

$dns->zones()->create('example.com');
$dns->records()->add('example.com', 'A', 'www', '203.0.113.10');
$dns->rdns()->set('203.0.113.10', 'www.example.com');

// Certificates live here on purpose: whoever can write the TXT record is
// whoever can prove control of the name.
$dns->records()->challenge('example.com', '@', $token);
$dns->certificates()->order('example.com', $csr);
```

Zones are delegated to `ns1–ns4.lthn.io`.

Two things that bite
--------------------

[](#two-things-that-bite)

**ClouDNS returns HTTP 200 for application errors** and signals failure in the body as `{"status":"Failed"}`. `Client` checks the body, not just the status — otherwise a rejected zone creation reads as success.

**`host` is a label, not a FQDN.** `''` or `'@'` for the apex, `'www'` for a subdomain. Passing `www.example.com` gets you `www.example.com.example.com`, which the API accepts without complaint.

###  Health Score

40

—

FairBetter than 86% of packages

Maintenance100

Actively maintained with recent releases

Popularity8

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity38

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% 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 ~0 days

Total

3

Last Release

0d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/268332193?v=4)[dappcore](/maintainers/dappcore)[@dAppCore](https://github.com/dAppCore)

---

Top Contributors

[![Snider](https://avatars.githubusercontent.com/u/631881?v=4)](https://github.com/Snider "Snider (4 commits)")

### Embed Badge

![Health badge](/badges/dappcore-php-plug-dns/health.svg)

```
[![Health](https://phpackages.com/badges/dappcore-php-plug-dns/health.svg)](https://phpackages.com/packages/dappcore-php-plug-dns)
```

PHPackages © 2026

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