Skip to content

septyaman/php-domain-check

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Domain Check Availability Php Script

A PHP Class used to check if a domain has been registered.

Example

 require CLASS_DIR.'class_domain.php';
 $check_domain = new Domain_Checker;
 $check_domain->WHOIS_FILE = DATA_DIR.'whois_server.php'; // this Whois file location
 
 $yourdomainname = 'github.com';
 
 $is_available = $check_domain->cek_available_domain($yourdomainname);
 

About

A Simple php classes to check domain is available, script to check if a domain has been registered or not

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages