Download the PHP package whois-server-list/whois-api without Composer
On this page you can find all versions of the php package whois-server-list/whois-api. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download whois-server-list/whois-api
More information about whois-server-list/whois-api
Files in whois-server-list/whois-api
Download whois-server-list/whois-api
More information about whois-server-list/whois-api
Files in whois-server-list/whois-api
Vendor whois-server-list
Package whois-api
Short Description Client library for the Whois API. You can check the availability of internet domain names or perform whois queries.
License WTFPL
Homepage https://market.mashape.com/malkusch/whois
Package whois-api
Short Description Client library for the Whois API. You can check the availability of internet domain names or perform whois queries.
License WTFPL
Homepage https://market.mashape.com/malkusch/whois
Please rate this library. Is it a good library?
Informations about the package whois-api
Domain API
This is a client library for the Whois API service. With this API you can
- Check if a domain name is available
- Get its whois data or query an arbitrary whois server
- Don't worry about rate limits on the respective whois server
The service supports all domains of the Whois Server list, which is more than 500 top level domains.
Installation
Use Composer:
Usage
You'll need an api key to use this library. Get one from the Whois API.
WhoisApi::isAvailable()
checks if a domain name is available.WhoisApi::areAvailable()
checks multiple domain names if they are available.WhoisApi::whois()
returns the whois data of a domain.WhoisApi::query()
queries an arbitrary whois server.WhoisApi::domains()
Lists all top and second level domains which can be used by the Whois API.
Example
License and authors
This project is free and under the WTFPL. Responsable for this project is Markus Malkusch [email protected].
All versions of whois-api with dependencies
PHP Build Version
Package Version
Requires
guzzlehttp/guzzle Version
^6.1
The package whois-server-list/whois-api contains the following files
Loading the files please wait ....