diff --git a/README.md b/README.md index 247e288..f3b5517 100644 --- a/README.md +++ b/README.md @@ -1,25 +1 @@ -# php-whois - -PHP class to retrieve WHOIS information. - -## Example of usage - -```php - -info(); - -echo $whois_answer; - -if ($domain->isAvailable()) { - echo "Domain is available\n"; -} else { - echo "Domain is registered\n"; -} - -``` \ No newline at end of file +Forked for internal company use diff --git a/composer.json b/composer.json index d286b0d..e306531 100644 --- a/composer.json +++ b/composer.json @@ -1,8 +1,8 @@ { - "name": "phois/whois", + "name": "sparksuite/php-whois", "description": "Whois client.", "keywords": ["whois"], - "version": "1.0.0", + "version": "1.0.4", "license": "MIT", "authors": [ { diff --git a/src/Phois/Whois/whois.servers.json b/src/Phois/Whois/whois.servers.json index f270d3a..adbfd6d 100644 --- a/src/Phois/Whois/whois.servers.json +++ b/src/Phois/Whois/whois.servers.json @@ -397,7 +397,7 @@ ], "ca": [ "whois.cira.ca", - "Domain status: available" + "Not found:" ], "cab": [ "whois.donuts.co", @@ -3907,4 +3907,4 @@ "whois.ksregistry.net", "not found..." ] -} \ No newline at end of file +}