africc/pdns-client

A PowerDNS API Client

Installs: 1 304

Dependents: 0

Suggesters: 0

Security: 0

Stars: 5

Watchers: 3

Forks: 3

Open Issues: 0

pkg:composer/africc/pdns-client

0.2.0 2018-07-07 20:44 UTC

This package is not auto-updated.

Last update: 2025-10-06 11:20:58 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