2017 © Pedro Peláez
 

library whois-api

Client library for the Whois API. You can check the availability of internet domain names or perform whois queries.

image

whois-server-list/whois-api

Client library for the Whois API. You can check the availability of internet domain names or perform whois queries.

  • Monday, July 25, 2016
  • by malkusch
  • Repository
  • 5 Watchers
  • 29 Stars
  • 526 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 6 Forks
  • 2 Open issues
  • 3 Versions
  • 14 % Grown

The README.md

Domain API

This is a client library for the Whois API service. With this API you can, (*1)

  • 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., (*2)

Installation

Use Composer:, (*3)

composer require whois-server-list/whois-api

Usage

You'll need an api key to use this library. Get one from the Whois API., (*4)

$whoisApi = new whoisServerList\WhoisApi("apiKey");

Example

$whoisApi = new whoisServerList\WhoisApi("apiKey");
echo $whoisApi->isAvailable("example.net") ? "available" : "registered";

License and authors

This project is free and under the WTFPL. Responsable for this project is Markus Malkusch markus@malkusch.de., (*5)

Build Status, (*6)

The Versions

25/07 2016

dev-master

9999999-dev http://whois-api.domaininformation.de/

Client library for the Whois API. You can check the availability of internet domain names or perform whois queries.

  Sources   Download

WTFPL

The Requires

 

The Development Requires

domain whois

06/03 2016

0.2

0.2.0.0 https://market.mashape.com/malkusch/whois

Client library for the Whois API. You can check the availability of internet domain names or perform whois queries.

  Sources   Download

WTFPL

The Requires

 

The Development Requires

domain whois

04/03 2016

0.1

0.1.0.0 https://alpha.domaininformation.de/

Client library for the Domain API of https://alpha.domaininformation.de/. You can check the availability of internet domain names or perform whois queries.

  Sources   Download

WTFPL

The Requires

 

The Development Requires

domain whois