PHPackages                             qasimleoo/whoisfreaks-php - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [HTTP &amp; Networking](/categories/http)
4. /
5. qasimleoo/whoisfreaks-php

ActiveLibrary[HTTP &amp; Networking](/categories/http)

qasimleoo/whoisfreaks-php
=========================

Complete WhoisFreaks API — WHOIS, DNS, SSL, Geolocation, Typosquatting, IP Intelligence, Domain Reputation, and bulk database downloads. ## Authentication All requests require an `apiKey` query parameter. ## Resources - Docs: https://whoisfreaks.com/documentation - Billing: https://billing.whoisfreaks.com - Support: support@whoisfreaks.com

0.12.0(1mo ago)01unlicensePHPPHP ^7.4 || ^8.0

Since Jul 10Pushed 1mo agoCompare

[ Source](https://github.com/qasimleoo/whoisfreaks-php)[ Packagist](https://packagist.org/packages/qasimleoo/whoisfreaks-php)[ Docs](https://github.com/qasimleoo/whoisfreaks-php)[ RSS](/packages/qasimleoo-whoisfreaks-php/feed)WikiDiscussions main Synced 1w ago

READMEChangelogDependencies (4)Versions (8)Used By (0)

whoisfreaks
===========

[](#whoisfreaks)

Complete WhoisFreaks API — WHOIS, DNS, SSL, Geolocation, Typosquatting, IP Intelligence, Domain Reputation, and bulk database downloads.

Authentication
--------------

[](#authentication)

All requests require an `apiKey` query parameter.

Resources
---------

[](#resources)

- Docs:
- Billing:
- Support:

For more information, please visit .

Installation &amp; Usage
------------------------

[](#installation--usage)

### Requirements

[](#requirements)

PHP 7.4 and later. Should also work with PHP 8.0.

### Composer

[](#composer)

To install the bindings via [Composer](https://getcomposer.org/), add the following to `composer.json`:

```
{
  "repositories": [
    {
      "type": "vcs",
      "url": "https://github.com/GIT_USER_ID/GIT_REPO_ID.git"
    }
  ],
  "require": {
    "GIT_USER_ID/GIT_REPO_ID": "*@dev"
  }
}
```

Then run `composer install`

### Manual Installation

[](#manual-installation)

Download the files and include `autoload.php`:

```
