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(5y ago)117BSD-3-ClausePHPPHP ^7.4

Since May 24Pushed 5y 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 today

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 54% 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

2182d 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

[cognesy/instructor-php

The complete AI toolkit for PHP: unified LLM API, structured outputs, agents, and coding agent control

310107.9k1](/packages/cognesy-instructor-php)[netgen/layouts-core

Netgen Layouts enables you to build and manage complex web pages in a simpler way and with less coding. This is the core of Netgen Layouts, its heart and soul.

3689.4k10](/packages/netgen-layouts-core)[shyim/danger-php

Port of danger to PHP

8544.9k](/packages/shyim-danger-php)[symfony/ai-bundle

Integration bundle for Symfony AI components

30282.3k6](/packages/symfony-ai-bundle)[netgen/content-browser

Netgen Content Browser is a Symfony bundle that provides an interface which selects items from any kind of backend and returns the IDs of selected items back to the calling code.

14112.1k8](/packages/netgen-content-browser)[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)
