Skip to content

Checks if a domain is registered. Run this on a CRON and it'll email you when a domain is available.

Notifications You must be signed in to change notification settings

imclab/domain-available

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

#Domain Available

Checks if a domain is registered. Run this on a CRON and it'll email you when a domain is available.

##How To Use

$domains[] = 'andrewchamp.com';
$domains[] = 'sudomedia.com';
$domains[] = 'thisdomainisprobablyavailable.com';
$domains[] = 'asdfasdfkdkjsks.com';
$available = new available($domains, 'you@youremail.com');

About

Checks if a domain is registered. Run this on a CRON and it'll email you when a domain is available.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published