PHPackages                             cyberfusion/powerdns - 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. cyberfusion/powerdns

ActiveLibrary[API Development](/categories/api)

cyberfusion/powerdns
====================

Easy-to-use PHP client for the PowerDNS API.

v2.6.0(3mo ago)14.7k↓85.7%MITPHPPHP ^8.3

Since Mar 9Pushed 3mo ago2 watchersCompare

[ Source](https://github.com/CyberfusionIO/php-cyberfusion-powerdns)[ Packagist](https://packagist.org/packages/cyberfusion/powerdns)[ RSS](/packages/cyberfusion-powerdns/feed)WikiDiscussions main Synced yesterday

READMEChangelogDependencies (12)Versions (14)Used By (0)

php-cyberfusion-powerdns
========================

[](#php-cyberfusion-powerdns)

Easy-to-use PHP client for the PowerDNS API.

PowerDNS API documentation:

Install
=======

[](#install)

Composer
--------

[](#composer)

Run the following command to install the package from Packagist:

```
composer require cyberfusion/powerdns

```

Usage
=====

[](#usage)

Example
-------

[](#example)

```
use Cyberfusion\PowerDNS\PowerDNS;
use Cyberfusion\PowerDNS\Models\Zone;

$powerDns = new PowerDNS(host: 'server:port', apiKey: 'secret');

// Retrieve servers
$servers = $powerDns->servers()->list();

// Create a zone
$zone = $powerDns->zones()->create(
    serverId: $server[0]->getId(),
    zone: new Zone(name: 'cyberfusion.nl')
);

// Update a zone
$zone->setDnssec(true);
$success = $powerDns->zones()->updateZoneData($zone);
```

Handling failed response
------------------------

[](#handling-failed-response)

When a request fails, a `Illuminate\Http\Client\RequestException` is thrown.

###  Health Score

49

—

FairBetter than 94% of packages

Maintenance80

Actively maintained with recent releases

Popularity22

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity68

Established project with proven stability

 Bus Factor1

Top contributor holds 51.9% 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 ~92 days

Recently: every ~199 days

Total

13

Last Release

105d ago

Major Versions

v1.2.0 → v2.0.02023-04-07

PHP version history (2 changes)v1.0.0PHP &gt;=8.1

v2.3.0PHP ^8.3

### Community

Maintainers

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

---

Top Contributors

[![dvdheiden](https://avatars.githubusercontent.com/u/90568118?v=4)](https://github.com/dvdheiden "dvdheiden (41 commits)")[![WilliamDEdwards](https://avatars.githubusercontent.com/u/12184311?v=4)](https://github.com/WilliamDEdwards "WilliamDEdwards (38 commits)")

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StyleECS

Type Coverage Yes

### Embed Badge

![Health badge](/badges/cyberfusion-powerdns/health.svg)

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

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M345](/packages/psalm-plugin-laravel)[spatie/laravel-export

Create a static site bundle from a Laravel app

674146.0k6](/packages/spatie-laravel-export)[simplestats-io/laravel-client

Server-side analytics for Laravel that follows the full funnel from visit to registration to payment, attributed to the channel that drove it. Revenue, MRR, churn and ad-spend profit (ROAS/CAC) per channel. GDPR compliant, ad-blocker proof.

5021.9k](/packages/simplestats-io-laravel-client)[defstudio/telegraph

A laravel facade to interact with Telegram Bots

816333.6k3](/packages/defstudio-telegraph)[jasara/php-amzn-selling-partner-api

A fluent interface for Amazon's Selling Partner API in PHP

1348.7k1](/packages/jasara-php-amzn-selling-partner-api)[fleetbase/core-api

Core Framework and Resources for Fleetbase API

1235.9k20](/packages/fleetbase-core-api)

PHPackages © 2026

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