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

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

vmartuniyk/dns
==============

This library should allow us to get all DNS records for the specified domain name.

00PHP

Since Jun 23Pushed 3y ago1 watchersCompare

[ Source](https://github.com/vmartuniyk/dns)[ Packagist](https://packagist.org/packages/vmartuniyk/dns)[ RSS](/packages/vmartuniyk-dns/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

Retrieve DNS records
====================

[](#retrieve-dns-records)

This package contains a class that can fetch DNS records.

```
use Vmartuniyk\Dns\Dns;

$dns = new Dns();

$dns->getAllDnsRecords('gmail.com');
```

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

[](#installation)

You can install the package via composer:

```
composer require vmartuniyk/dns
```

Usage
-----

[](#usage)

```
use Vmartuniyk\Dns\Dns;

$dns = new Dns();

$data = $dns->getAllDnsRecords('gmail.com'); // returns all available dns records

print_r($data);
```

### Testing

[](#testing)

```
composer test
```

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

13

—

LowBetter than 1% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity0

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity22

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://avatars.githubusercontent.com/u/13577787?v=4)[vmartuniyk](/maintainers/vmartuniyk)[@vmartuniyk](https://github.com/vmartuniyk)

---

Top Contributors

[![vmartuniyk](https://avatars.githubusercontent.com/u/13577787?v=4)](https://github.com/vmartuniyk "vmartuniyk (8 commits)")

### Embed Badge

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

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

###  Alternatives

[tapp/filament-auditing

Filament Laravel Auditing plugin.

117480.9k2](/packages/tapp-filament-auditing)[xemle/html5-video-php

ffmpeg wrapper to convert videos to HTML5 compatible formats of MP4, WEBM, and OGG to support all common mobile devices and desktop browsers.

5823.6k](/packages/xemle-html5-video-php)[gee-team/gt-php-sdk

GtWeb Php Demo

1165.1k4](/packages/gee-team-gt-php-sdk)[avbdr/php-bootstrap-form

PHP Bootstrap Form Helper

574.2k](/packages/avbdr-php-bootstrap-form)

PHPackages © 2026

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