PHPackages                             paravibe/dnslookup - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. paravibe/dnslookup

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

paravibe/dnslookup
==================

API layer for WhoisXMLAPI DNS Lookup

1.0(6y ago)021MITPHPPHP ^7.2

Since Nov 6Pushed 6y ago1 watchersCompare

[ Source](https://github.com/paravibe/dnslookup)[ Packagist](https://packagist.org/packages/paravibe/dnslookup)[ RSS](/packages/paravibe-dnslookup/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

### WhoisXMLAPI DNS Lookup API PHP wrapper

[](#whoisxmlapi-dns-lookup-api-php-wrapper)

Provides simple wrapper for [WhoisXMLAPI](https://dns-lookup-api.whoisxmlapi.com/docs) API.

[![Total Downloads](https://camo.githubusercontent.com/f1f452e81e0180e3a5fda32247ef442048649a87de80212efdca928801827d19/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f70617261766962652f646e736c6f6f6b75702e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/paravibe/dnslookup)

### Examples

[](#examples)

Resolve a DNS record.

```
$client = new Client();
$client->setToken($token);

$request = new Request($client);
$request->setQuery(['type' => 'A']);

$response = $request->request($domain);
$data = json_decode($response->getBody(), TRUE);
```

Please note. This wrapper doesn't provide any custom exception handlers.

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

2430d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1899854?v=4)[Max Petyurenko](/maintainers/paravibe)[@paravibe](https://github.com/paravibe)

### Embed Badge

![Health badge](/badges/paravibe-dnslookup/health.svg)

```
[![Health](https://phpackages.com/badges/paravibe-dnslookup/health.svg)](https://phpackages.com/packages/paravibe-dnslookup)
```

###  Alternatives

[aws/aws-sdk-php

AWS SDK for PHP - Use Amazon Web Services in your PHP project

6.3k543.5M2.6k](/packages/aws-aws-sdk-php)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k656.1k38](/packages/neuron-core-neuron-ai)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3741.3M46](/packages/tencentcloud-tencentcloud-sdk-php)[civicrm/civicrm-core

Open source constituent relationship management for non-profits, NGOs and advocacy organizations.

751291.4k40](/packages/civicrm-civicrm-core)[spatie/laravel-export

Create a static site bundle from a Laravel app

674146.0k6](/packages/spatie-laravel-export)[oat-sa/tao-core

TAO core extension

66143.7k120](/packages/oat-sa-tao-core)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
