whoisapi / adapter
PHP Library to access the APIs provided by whoisapi.eu
1.1.0
2018-02-28 13:11 UTC
Requires
- php: ^5.3.3 || ^7.0
This package is not auto-updated.
Last update: 2024-11-10 05:14:24 UTC
README
A lightweight wrapper written in PHP for the domain and IP Whois API provided by whoisapi.eu
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 whoisapi/adapter
Requirements
- API KEY (obtain your free key from https://whoisapi.eu/register)
- PHP 5.3+
- CURL
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.