Analysis updated 2026-07-17 · repo last pushed 2014-02-06
Add a domain availability checker to a web hosting or naming app
Look up who owns a domain and its expiration date
Check a list of desired domain names for availability programmatically
| akarshsatija/php-whois | agentpietrucha/ks_affiliation | cyberwizard-dev/laravel-ftp-deployer | |
|---|---|---|---|
| Stars | 1 | 1 | 1 |
| Language | PHP | PHP | PHP |
| Last pushed | 2014-02-06 | — | — |
| Maintenance | Dormant | — | — |
| Setup difficulty | easy | moderate | easy |
| Complexity | 2/5 | 3/5 | 2/5 |
| Audience | pm founder | developer | developer |
Figures from each repo's GitHub metadata at analysis time.
php-whois is a small PHP tool that lets you look up WHOIS information for any domain name. In practical terms, that means you can check who owns a website address, whether it's already registered, and other public registration details like the registrar or expiration date. It's the kind of thing you'd use if you wanted to build a domain availability checker into your app. The tool is designed to be dropped into an existing PHP project. You include the class file, pass in a domain name, and it gives you back the raw WHOIS data. It also provides a simple method to check if a domain is available or already taken, so you don't have to parse the WHOIS response yourself to figure that out. This would be useful for founders or builders creating domain-related tools, think of a domain name search feature on a web hosting site, or a script that checks whether a list of desired domains has become available. If you're building something where users need to know if a name is up for grabs, this handles the lookup for you. The project is straightforward and lightweight. The README doesn't go into detail about features beyond the basic lookup and availability check, so if you need more advanced parsing or bulk queries, you'd likely need to build that on top yourself. It's essentially a single PHP class that does one job without much ceremony.
php-whois is a lightweight PHP class that looks up WHOIS domain registration data and checks whether a domain name is available.
Mainly PHP. The stack also includes PHP.
Dormant — no commits in 2+ years (last push 2014-02-06).
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly pm founder.
This repo across BitVibe Labs
Verify against the repo before relying on details.