africc/pdns-client

A PowerDNS API Client

Maintainers

Package info

github.com/AfriCC/php-pdns-client

pkg:composer/africc/pdns-client

Statistics

Installs: 1 305

Dependents: 0

Suggesters: 0

Stars: 5

Open Issues: 0

0.2.0 2018-07-07 20:44 UTC

This package is not auto-updated.

Last update: 2026-03-09 13:26:07 UTC


README

Build Status Scrutinizer Code Quality Coverage Status Latest Stable Version Packagist Latest Unstable Version License

africc/pdns-client

A PowerDNS API Client written in PHP.

Install

$ composer require africc/pdns-client

Usage

<?php

require 'vendor/autoload.php';

use AfriCC\Pdns\Client as PdnsClient;

$pdnsc = new PdnsClient;

License

Licensed under the MIT License. See the LICENSE file for details.

Author Information

AfriCC