https://github.com/abaron/bulk-domain-availability
Simple but powerful for search a domain name
https://github.com/abaron/bulk-domain-availability
domain domain-name domain-search domain-tool php
Last synced: 6 months ago
JSON representation
Simple but powerful for search a domain name
- Host: GitHub
- URL: https://github.com/abaron/bulk-domain-availability
- Owner: abaron
- License: mit
- Created: 2019-03-30T11:52:36.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-10-18T19:39:44.000Z (9 months ago)
- Last Synced: 2025-10-19T11:44:07.856Z (9 months ago)
- Topics: domain, domain-name, domain-search, domain-tool, php
- Language: JavaScript
- Size: 1.55 MB
- Stars: 16
- Watchers: 2
- Forks: 14
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bulk Domain Availability
Simple tools for create your own unlimited bulk domain checker
## Requirements
| Require | Minimum Version | Recomended Version |
| ------ | ------ | ------ |
| PHP | v5.3 | v7.1 |
| php-intl | - | - |
| php-curl | - | - |
Without composer, without database
# Notes
If you are getting the error:
> `Fatal error: Call to undefined function Pdp\idn_to_ascii()`
> on .../bulk-domain-availability/vendor/jeremykendall/php-domain-parser/src/Pdp/Parser.php: 318
Be sure to enable the php extension called intl as the domain parsing extension requires it!
## Project Installation
- Clone the repository `$ git clone https://github.com/abaron/bulk-domain-availability.git`
- RUN. Enjoy
## Feature
- Bulk checker availability
- Pause
- Resume
- Stop
- Combine a word
- Export to CSV
- ???
## Screenshot
[](#)
## TODO
- [x] Bulk checker
- [x] Whois
- [x] Combine
- [x] Stop, Pause, Resume
- [x] Retry
- [x] Export
- [ ] Send to email
- [ ] Remaining time
- [ ] Performance
- [ ] Unit test
- [ ] Architecture
- [ ] Design pattern
- [ ] Docs
Thank you