africc / pdns-client
A PowerDNS API Client
0.2.0
2018-07-07 20:44 UTC
Requires
- php: >=5.5.0
Requires (Dev)
- satooshi/php-coveralls: ^1.0
This package is not auto-updated.
Last update: 2026-03-09 13:26:07 UTC
README
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.