jsonwhoisio/adapter

PHP Library to access the APIs provided by jsonwhois.io

Maintainers

Package info

github.com/JsonWhois/WHOIS-API-PHP

pkg:composer/jsonwhoisio/adapter

Statistics

Installs: 215

Dependents: 0

Suggesters: 0

Stars: 11

Open Issues: 2

2.1.0 2018-04-19 19:58 UTC

This package is not auto-updated.

Last update: 2026-03-01 13:41:49 UTC


README

A lightweight wrapper written in PHP for the domain and IP Whois API provided by JsonWhois (jsonwhois.io).

Install

The package is PSR-4 compliant, either use a package manager or a standards compliant autoloader (like the one included in the examples directory).

Via composer: composer require jsonwhoisio/adapter

Requirements

Notes

We have chosen to not make use of exceptions for error communication due to their impact on speed of code execution and relative difficulty for beginners.