africc/pdns-client

A PowerDNS API Client

0.2.0 2018-07-07 20:44 UTC

This package is not auto-updated.

Last update: 2024-04-08 04:29:03 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