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.2CI failing

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 today

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 25% 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

2475d 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

[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k832.6k54](/packages/neuron-core-neuron-ai)[civicrm/civicrm-core

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

762297.9k53](/packages/civicrm-civicrm-core)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3661.3M49](/packages/tencentcloud-tencentcloud-sdk-php)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

353.6k](/packages/eslazarev-wildberries-sdk)[oat-sa/tao-core

TAO core extension

64147.9k151](/packages/oat-sa-tao-core)[aedart/athenaeum

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

265.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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