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 yesterday

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 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity52

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

2380d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/ee489c5ed8fc6fac1e81b1b7688a37731ec978f5dccc87e4f87c5233c2197709?d=identicon)[paravibe](/maintainers/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

[shlinkio/shlink

A self-hosted and PHP-based URL shortener application with CLI and REST interfaces

4.8k4.3k](/packages/shlinkio-shlink)[ralphjsmit/laravel-helpers

A package containing handy helpers for your Laravel-application.

13704.6k2](/packages/ralphjsmit-laravel-helpers)[dhlparcel/magento2-plugin

DHL Parcel plugin for Magento 2

11180.5k2](/packages/dhlparcel-magento2-plugin)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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