# php-whois **Repository Path**: alone88/php-whois ## Basic Information - **Project Name**: php-whois - **Description**: PHP class to retrieve WHOIS information. - **Primary Language**: PHP - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-10-14 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: web-dev-toolkits **Tags**: None ## README # 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"; } ```