PHPackages                             wilkques/dns-tracer - 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. wilkques/dns-tracer

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

wilkques/dns-tracer
===================

DNS Tracer

01PHP

Since Apr 24Pushed 10mo ago1 watchersCompare

[ Source](https://github.com/wilkques/php-dns-tracer)[ Packagist](https://packagist.org/packages/wilkques/dns-tracer)[ RSS](/packages/wilkques-dns-tracer/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

DNS Tracer
==========

[](#dns-tracer)

[![Latest Stable Version](https://camo.githubusercontent.com/9501a5035078b199bfee44b0b38a96ea49b9e9d982b4c9a88ecba1c4951f5f6e/68747470733a2f2f706f7365722e707567782e6f72672f77696c6b717565732f646e732d7472616365722f762f737461626c65)](https://packagist.org/packages/wilkques/dns-tracer)[![License](https://camo.githubusercontent.com/a50df7656e5e910fd5638d669409d03b44fea77d430b7ae9b95636ab582dce57/68747470733a2f2f706f7365722e707567782e6f72672f77696c6b717565732f646e732d7472616365722f6c6963656e7365)](https://packagist.org/packages/wilkques/dns-tracer)

Description
-----------

[](#description)

Use PHP to simulate the functionality of DNS tools like DIG or Nslookup

Installation
------------

[](#installation)

`composer require wilkques/dns-tracer`

How to use
----------

[](#how-to-use)

```
$dnsTracer = new \Wilkques\DNS\DNSTracer;

$resolve = $dnsTracer->trace('', '');

var_dump(
    $resolve
);
```

dns type
--------

[](#dns-type)

TypeExtra Columns**A**`ip`: An IPv4 address in dotted decimal notation.**MX**`pri`: Priority of mail exchanger. Lower numbers indicate greater priority.
 `target`: FQDN of the mail exchanger.**CNAME**`target`: FQDN of location in DNS namespace to which the record is aliased.**NS**`target`: FQDN of the name server which is authoritative for this hostname.**PTR**`target`: Location within the DNS namespace to which this record points.**TXT**`txt`: Arbitrary string data associated with this record.**HINFO**`cpu`: IANA number designating the CPU of the machine referenced by this record.
 `os`: IANA number designating the Operating System on the machine referenced by this record. See IANA's [» Operating System Names](https://www.iana.org/assignments/operating-system-names/operating-system-names.xhtml) for the meaning of these values.**CAA**`flags`: A one-byte bitfield; currently only bit 0 is defined, meaning 'critical'; other bits are reserved and should be ignored.
 `tag`: The CAA tag name (alphanumeric ASCII string).
 `value`: The CAA tag value (binary string, may use subformats).For additional information See [» RFC 6844](https://datatracker.ietf.org/doc/html/rfc6844).**SOA**`mname`: FQDN of the machine from which the resource records originated.
 `rname`: Email address of the administrative contact for this domain.
 `serial`: Serial # of this revision of the requested domain.
 `refresh`: Refresh interval (seconds) secondary name servers should use when updating remote copies of this domain.
 `retry`: Length of time (seconds) to wait after a failed refresh before making a second attempt.
 `expire`: Maximum length of time (seconds) a secondary DNS server should retain remote copies of the zone data without a successful refresh before discarding.
 `minimum-ttl`: Minimum length of time (seconds) a client can continue to use a DNS resolution before it should request a new resolution from the server. Can be overridden by individual resource records.**AAAA**`ipv6`: IPv6 address.**A6**`masklen`: Length (in bits) to inherit from the target specified by **chain**.
 `ipv6`: Address for this specific record to merge with **chain**.
 `chain`: Parent record to merge with **ipv6** data.**SRV**`pri`: (Priority) lowest priorities should be used first.
 `weight`: Ranking to weight which of commonly prioritized **targets** should be chosen at random. `target` and `port`: hostname and port where the requested service can be found. For additional information see: [» RFC 2782](https://datatracker.ietf.org/doc/html/rfc2782).**NAPTR**`order` and `pref`: Equivalent to **pri** and **weight** above. `flags`, `services`, `regex`, and `replacement`: Parameters as defined by [» RFC 2915](https://datatracker.ietf.org/doc/html/rfc2915).

###  Health Score

16

—

LowBetter than 5% of packages

Maintenance40

Moderate activity, may be stable

Popularity1

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity14

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/906e907ec7e3dbe49f32aebd0f36488176d3736a65d38675753ba9a6a21017b6?d=identicon)[wilkques](/maintainers/wilkques)

---

Top Contributors

[![wilkques](https://avatars.githubusercontent.com/u/51186879?v=4)](https://github.com/wilkques "wilkques (17 commits)")

### Embed Badge

![Health badge](/badges/wilkques-dns-tracer/health.svg)

```
[![Health](https://phpackages.com/badges/wilkques-dns-tracer/health.svg)](https://phpackages.com/packages/wilkques-dns-tracer)
```

###  Alternatives

[shipmonk/name-collision-detector

Simple tool to find ambiguous classes or any other name duplicates within your project.

362.1M34](/packages/shipmonk-name-collision-detector)[bostondv/bootstrap-ninja-forms

Adds Bootstrap classes to Ninja Forms

222.2k](/packages/bostondv-bootstrap-ninja-forms)

PHPackages © 2026

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