PHPackages                             geraldvillorente/terminus-dig - 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. geraldvillorente/terminus-dig

AbandonedArchivedTerminus-plugin[Utility &amp; Helpers](/categories/utility)

geraldvillorente/terminus-dig
=============================

Get the server public IP address.

v0.1(4y ago)0412MITPHP

Since Mar 15Pushed 4y ago4 watchersCompare

[ Source](https://github.com/pantheon-systems/terminus-dig)[ Packagist](https://packagist.org/packages/geraldvillorente/terminus-dig)[ RSS](/packages/geraldvillorente-terminus-dig/feed)WikiDiscussions main Synced 1mo ago

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

Digger
======

[](#digger)

[![Unsupported](https://camo.githubusercontent.com/5ebfea6c85f614dbfd5dbfcc6d9e34ef41c635835bb3aa066e69082931d48fc8/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f50616e7468656f6e2d556e737570706f727465642d79656c6c6f773f6c6f676f3d70616e7468656f6e26636f6c6f723d464644433238)](https://pantheon.io/docs/oss-support-levels#unsupported)

[![Terminus v1.x Compatible](https://camo.githubusercontent.com/9ea8fb0893368c0b24f172cc2df676fa4bb7246d14c0377b7924a6918065be26/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7465726d696e75732d76312e782d677265656e2e737667)](https://github.com/pantheon-systems/terminus-dig/tree/1.x)

A Terminus plugin for inspecting DNS records.

For appservers or dbservers
---------------------------

[](#for-appservers-or-dbservers)

To get the appserver IP address:

```
terminus dig:server .

```

To get the dbserver IP address:

```
terminus dig:server . --server=dbserver

```

To get the first IP address only:

```
terminus dig:server . | head -n 1

```

For domains
-----------

[](#for-domains)

To get the A record (default):

```
terminus dig:domain --domain=pantheon.io

```

To get the AAAA records:

```
terminus dig:domain --domain=domain.com --type=AAAA

```

To get the custom domain CNAME:

```
terminus dig:domain --domain=google.com --type=CNAME

```

To get the custom domain MX:

```
terminus dig:domain --domain=google.com --type=MX

```

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

[](#installation)

For Terminus 2 and below, you can install like this:

```
$ cd ~/.terminus/plugins
$ git clone https://github.com/pantheon-systems/terminus-dig.git

```

For Terminus 3, you can install like this:

```
$ terminus self:plugin:install geraldvillorente/terminus-dig

```

Or like this:

```
$ git clone https://github.com/pantheon-systems/terminus-dig.git
$ terminus self:plugin:install terminus-dig

```

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity38

Early-stage or recently created project

 Bus Factor1

Top contributor holds 81.8% 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

1524d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/c25c6a6eac0c3cbd78e9f2fe3629687d885424cf0a8a049eafcdb680aa583528?d=identicon)[geraldvillorente](/maintainers/geraldvillorente)

---

Top Contributors

[![iamstoick](https://avatars.githubusercontent.com/u/820842?v=4)](https://github.com/iamstoick "iamstoick (9 commits)")[![kporras07](https://avatars.githubusercontent.com/u/2217820?v=4)](https://github.com/kporras07 "kporras07 (1 commits)")[![pantheon-ci-bot](https://avatars.githubusercontent.com/u/26102846?v=4)](https://github.com/pantheon-ci-bot "pantheon-ci-bot (1 commits)")

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/geraldvillorente-terminus-dig/health.svg)

```
[![Health](https://phpackages.com/badges/geraldvillorente-terminus-dig/health.svg)](https://phpackages.com/packages/geraldvillorente-terminus-dig)
```

PHPackages © 2026

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