library php-nl-retro
A simple PHP library to connect to the .NL retro service
metaregistrar/php-nl-retro
A simple PHP library to connect to the .NL retro service
- Monday, November 30, 2015
- by metaregistrar
- Repository
- 1 Watchers
- 0 Stars
- 2 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 1 Versions
- 0 % Grown
php-nl-retro
A simple PHP library to connect to the .NL retro service, (*1)
This service retrieves the results of a search string and returns it in an array of domainname and date fields., (*2)
Usage:, (*3)
If you are using composer (and if you're not, you should), simply require metaregistrar/php-nl-retro, (*4)
try {
$retro = new Metaregistrar\Retro\Retro('searchstring');
foreach ($retro->getResults() as $result) {
echo "Found domain name ".$result['domainname'].", which was deleted on ".$result['date']."\n";
}
} catch (Exception $e) {
echo 'ERROR: '.$e->getMessage()."\n";
}
See file test.php for a demo, (*5)
dev-master
9999999-dev
A simple PHP library to connect to the .NL retro service
Sources
Download
proprietary
by
Ewout de Graaf