A PowerDNS API Client written in PHP.
$ composer require africc/pdns-client
<?php
require 'vendor/autoload.php';
use AfriCC\Pdns\Client as PdnsClient;
$pdnsc = new PdnsClient;
Licensed under the MIT License. See the LICENSE file for details.
A PowerDNS API Client written in PHP.
$ composer require africc/pdns-client
<?php
require 'vendor/autoload.php';
use AfriCC\Pdns\Client as PdnsClient;
$pdnsc = new PdnsClient;
Licensed under the MIT License. See the LICENSE file for details.