PHPackages                             andriih/dns-service - 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. andriih/dns-service

ActiveLibrary

andriih/dns-service
===================

This library gets all DNS records for the specified domain name.

v1.0.0(2y ago)09MITPHP

Since Jun 15Pushed 2y ago1 watchersCompare

[ Source](https://github.com/programmer1185/dns-service)[ Packagist](https://packagist.org/packages/andriih/dns-service)[ RSS](/packages/andriih-dns-service/feed)WikiDiscussions main Synced 1mo ago

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

dns-service
===========

[](#dns-service)

This library allows to get all DNS records for the specified domain name.

Instalation
-----------

[](#instalation)

```
composer require andriih/dns-service
```

Usage
-----

[](#usage)

```
getDnsRecords("gmail.com");

print_r($result);

[
    ["type" => "A", "name" => "gmail.com", "ttl" => "3360", "data" => "142.250.1.19"],
    ["type" => "TXT", "name" => "gmail.com", "ttl" => "18640", "data" => "globalsign-smime-dv=CDYX+XFHUw2wml6/Gb8+59BsH31KzUr6c1l2BPvqKX8="],
    ...
];
```

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity43

Maturing project, gaining track record

 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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

1059d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/348b499d9268482400052ab885e09058b8615f3f8b5e4b069742299fe99dc33f?d=identicon)[andriih](/maintainers/andriih)

---

Top Contributors

[![programmer1185](https://avatars.githubusercontent.com/u/17707938?v=4)](https://github.com/programmer1185 "programmer1185 (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/andriih-dns-service/health.svg)

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

PHPackages © 2026

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