PHP code example of martinmulder / internetnl-batchapi-php
1. Go to this page and download the library: Download martinmulder/internetnl-batchapi-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/ */
martinmulder / internetnl-batchapi-php example snippets
use \Doctrine\Common\Annotations\AnnotationRegistry;
$loader = i = new \MartinMulder\InternetNL\Api();
try {
$web = $api->web("<name>", array('<domains>'));
echo $web->getData()->getResults();
} catch (\MartinMulder\InternetNL\Exception\ApiException $e) {
echo $e->getMessage() . ' @ ' . $e->getCall();
}