PHPackages                             namingo/plexdns - 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. namingo/plexdns

ActiveLibrary

namingo/plexdns
===============

A unified, multi-provider DNS management tool

v1.0.11(3mo ago)382↓100%4[1 issues](https://github.com/getnamingo/plexdns/issues)MITPHPPHP &gt;=8.3.0

Since Feb 21Pushed 3mo ago2 watchersCompare

[ Source](https://github.com/getnamingo/plexdns)[ Packagist](https://packagist.org/packages/namingo/plexdns)[ Docs](https://github.com/getnamingo/plexdns)[ RSS](/packages/namingo-plexdns/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)Dependencies (10)Versions (20)Used By (0)

PlexDNS - Multi-Provider DNS Management Tool
============================================

[](#plexdns---multi-provider-dns-management-tool)

PlexDNS is a **unified, multi-provider DNS management tool** that allows users to manage DNS zones and records across multiple DNS hosting providers using a common interface.

🚀 Installation
--------------

[](#-installation)

1. **Go to your project directory** and install PlexDNS via **Composer**:

```
cd /path/to/your/project
composer require namingo/plexdns
```

2. Copy the sample configuration files from `vendor/namingo/plexdns` to your project root:

```
cp vendor/namingo/plexdns/env-sample .
cp vendor/namingo/plexdns/demo.php .
```

3. Move contents of `env-sample` to your project `.env` file.
4. Edit `.env` to configure your API credentials and database settings.
5. The `demo.php` script demonstrates how to interact with the library, including:

- Creating and managing DNS zones
- Adding, updating, and deleting DNS records
- Listing available DNS providers

🌍 Supported Providers
---------------------

[](#-supported-providers)

Most DNS providers **require an API key**, while some may need **additional settings** such as authentication credentials or specific server configurations. All required values must be set in the `.env` file.

ProviderCredentials in .envRequirementsStatusDNSSEC**AnycastDNS**`API_KEY`✅❌**Bind9**`API_KEY:BIND_IP`[bind9-api-server](https://github.com/getnamingo/bind9-api-server)/[bind9-api-server-sqlite](https://github.com/getnamingo/bind9-api-server-sqlite)✅🚧**Bunny**`API_KEY`✅✅**Cloudflare**`EMAIL:API_KEY` or `API_TOKEN`✅❌**ClouDNS**`AUTH_ID:AUTH_PASSWORD`✅✅**Desec**`API_KEY`✅✅**DNSimple**`API_KEY`✅❌**Hetzner**`API_KEY`🚧❌**PowerDNS**`API_KEY:POWERDNS_IP`gmysql-dnssec=yes in pdns.conf✅✅**Vultr**`API_KEY`✅❌### Slave Zone Support

[](#slave-zone-support)

Different DNS providers handle slave (secondary) zones differently. **BIND9 and PowerDNS require explicit slave configuration**, meaning you must manually add the slave servers to your `$config` array for them to sync from the master. This involves passing the necessary API details, such as `apikey_nsX` and `bindip_nsX` for BIND9 or `powerdnsip_nsX` for PowerDNS. In contrast, **cloud-based DNS providers handle replication automatically**, so there is no need to configure slave servers manually. Once a zone is added, it is automatically synchronized across their global infrastructure without additional setup.

**BIND9 Example**

```
$config = [
    'apikey' => 'masterUser:masterPass',  // Master API Key
    'bindip' => '192.168.1.100',  // Master BIND9 server IP

    // Slave 1 (NS2)
    'apikey_ns2' => 'slaveUser1:slavePass1',
    'bindip_ns2' => '192.168.1.101',

    // You can add up to 13 slave servers (NS2 to NS13)
];
```

**PowerDNS Example**

```
$config = [
    'apikey' => 'master_api_key',  // Master PowerDNS API Key
    'powerdnsip' => '127.0.0.1',  // Master PowerDNS IP
    'pdns_master_ip' => '192.168.1.1', // Master IP for slaves to sync from

    // Slave 1 (NS2)
    'apikey_ns2' => 'slave2_api_key',
    'powerdnsip_ns2' => '192.168.1.2',

    // You can add up to 13 slave servers (NS2 to NS13)
];
```

Acknowledgements
----------------

[](#acknowledgements)

We extend our gratitude to:

- [QCloudns API Client](https://github.com/sussdorf/qcloudns) which served as inspiration for our ClouDNS module.

📄 License
---------

[](#-license)

PlexDNS is licensed under the **MIT License**.

📩 Contributing
--------------

[](#-contributing)

We welcome contributions! Feel free to submit **issues** or **pull requests** to improve the project.

1. Fork the repository.
2. Create a new branch.
3. Make your changes and commit them.
4. Submit a pull request.

📞 Support
---------

[](#-support)

For any issues, please open an issue on GitHub or contact us at ****.

###  Health Score

43

—

FairBetter than 91% of packages

Maintenance73

Regular maintenance activity

Popularity17

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity61

Established project with proven stability

 Bus Factor1

Top contributor holds 95.5% 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 ~18 days

Recently: every ~12 days

Total

19

Last Release

107d ago

Major Versions

v0.9.4 → v1.0.0-RC12025-02-26

PHP version history (2 changes)v0.9.0PHP &gt;=8.2.0

v1.0.5PHP &gt;=8.3.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/f8f87416e80fdfb906a1e9d206c9a20584ae27bdd20815170b69efd49e8e9436?d=identicon)[getpinga](/maintainers/getpinga)

---

Top Contributors

[![getpinga](https://avatars.githubusercontent.com/u/121483313?v=4)](https://github.com/getpinga "getpinga (63 commits)")[![stephanhuewe](https://avatars.githubusercontent.com/u/13004251?v=4)](https://github.com/stephanhuewe "stephanhuewe (3 commits)")

---

Tags

api-clientdnsdns-managementdns-management-tooldns-managerdns-record

### Embed Badge

![Health badge](/badges/namingo-plexdns/health.svg)

```
[![Health](https://phpackages.com/badges/namingo-plexdns/health.svg)](https://phpackages.com/packages/namingo-plexdns)
```

###  Alternatives

[laravel/framework

The Laravel Framework.

34.6k509.9M17.0k](/packages/laravel-framework)[tempest/framework

The PHP framework that gets out of your way.

2.1k23.1k9](/packages/tempest-framework)[googleads/googleads-php-lib

Google Ad Manager SOAP API Client Library for PHP

67410.3M25](/packages/googleads-googleads-php-lib)[ec-cube/ec-cube

EC-CUBE EC open platform.

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

Pressbooks is an open source book publishing tool built on a WordPress multisite platform. Pressbooks outputs books in multiple formats, including PDF, EPUB, web, and a variety of XML flavours, using a theming/templating system, driven by CSS.

44643.1k1](/packages/pressbooks-pressbooks)[rareloop/lumberjack-core

A powerful MVC framework for the modern WordPress developer. Write better, more expressive and easier to maintain code

42155.0k19](/packages/rareloop-lumberjack-core)

PHPackages © 2026

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