PHP code example of wirecore / dynadot-php

1. Go to this page and download the library: Download wirecore/dynadot-php library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

wirecore / dynadot-php example snippets

 bash
$ composer 
 php
use Wirecore\Dynadot\DynadotApi;

$test = new DynadotApi("ApiKey");
$result = $test->search(array('show_price' => 1,'domain0' => 'google.de'));