PHPackages                             insidieux/power-dns-client - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [HTTP &amp; Networking](/categories/http)
4. /
5. insidieux/power-dns-client

AbandonedArchivedLibrary[HTTP &amp; Networking](/categories/http)

insidieux/power-dns-client
==========================

1.0.0(7y ago)411.3kproprietaryPHPPHP &gt;=5.6

Since Nov 14Pushed 3y ago1 watchersCompare

[ Source](https://github.com/insidieux/power-dns-client)[ Packagist](https://packagist.org/packages/insidieux/power-dns-client)[ Docs](http://openapi-generator.tech)[ RSS](/packages/insidieux-power-dns-client/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (1)Dependencies (4)Versions (2)Used By (0)

power-dns-client
================

[](#power-dns-client)

This project is very outdated and behind the current actual version of php, as well as the current version of the Power DNS API. We strongly DO NOT RECOMMEND you to use this library and we advise you to switch to one of the published packages from github/packagist.No description provided (generated by Openapi Generator )

This PHP package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:

- API version: 0.0.13
- Build package: org.openapitools.codegen.languages.PhpClientCodegen

Requirements
------------

[](#requirements)

PHP 5.5 and later

Installation &amp; Usage
------------------------

[](#installation--usage)

### Composer

[](#composer)

To install the bindings via [Composer](http://getcomposer.org/), add the following to `composer.json`:

```
{
  "repositories": [
    {
      "type": "git",
      "url": "https://github.com/insidieux/power-dns-client.git"
    }
  ],
  "require": {
    "insidieux/power-dns-client": "*@dev"
  }
}

```

Then run `composer install`

### Manual Installation

[](#manual-installation)

Download the files and include `autoload.php`:

```
    require_once('/path/to/power-dns-client/vendor/autoload.php');
```

Tests
-----

[](#tests)

To run the unit tests:

```
composer install
./vendor/bin/phpunit

```

Getting Started
---------------

[](#getting-started)

Please follow the [installation procedure](#installation--usage) and then run the following:

```
