PHPackages                             becklyn/domain-checker - 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. becklyn/domain-checker

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

becklyn/domain-checker
======================

Checks domains and their A records.

1.3.1(6y ago)117BSD-3-ClausePHPPHP ^7.4

Since May 24Pushed 6y ago2 watchersCompare

[ Source](https://github.com/Becklyn/Domain-Checker)[ Packagist](https://packagist.org/packages/becklyn/domain-checker)[ Docs](https://github.com/Becklyn/Domain-Checker)[ RSS](/packages/becklyn-domain-checker/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (5)Dependencies (5)Versions (6)Used By (0)

Domain Checker
==============

[](#domain-checker)

A simple CLI tool to check where A records of a given domain list point to. Can also validate, that they point to the correct IP.

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

[](#installation)

```
composer global require becklyn/domain-checker
```

Usage
-----

[](#usage)

Call the CLI command in the directory containing the config.

```
# use with default filename "domains.yaml"
domain-checker

# or use with other file name
domain-checker check other-file.yaml
```

Config File
-----------

[](#config-file)

The config file defines the domains to check and optionally the desired target IP:

```
ip: 127.0.0.1 # optional

domains:
    - example.org
    - sub.example.com
```

If only a domain without subdomain is given, both the main domain and the "[www](http://www)." subdomain are automatically added.

So in the example config, the following domains will be checked:

- `example.org`
- `www.example.org`
- `sub.example.com`

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity67

Established project with proven stability

 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

Every ~182 days

Total

5

Last Release

2232d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1044355?v=4)[Becklyn Studios](/maintainers/becklyn)[@Becklyn](https://github.com/Becklyn)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/becklyn-domain-checker/health.svg)

```
[![Health](https://phpackages.com/badges/becklyn-domain-checker/health.svg)](https://phpackages.com/packages/becklyn-domain-checker)
```

###  Alternatives

[friendsoftypo3/content-blocks

TYPO3 CMS Content Blocks - Content Types API | Define reusable components via YAML

101466.4k45](/packages/friendsoftypo3-content-blocks)[aeliot/todo-registrar

Register TODOs from source code in issue tracker

153.0k](/packages/aeliot-todo-registrar)

PHPackages © 2026

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