PHPackages                             libormatejka/watchdog - 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. [Logging &amp; Monitoring](/categories/logging)
4. /
5. libormatejka/watchdog

ActiveLibrary[Logging &amp; Monitoring](/categories/logging)

libormatejka/watchdog
=====================

v0.0.8(2y ago)0697—5.3%[3 issues](https://github.com/libormatejka/watchdog/issues)MITPHPPHP ^8.0.3

Since Dec 21Pushed 2y ago1 watchersCompare

[ Source](https://github.com/libormatejka/watchdog)[ Packagist](https://packagist.org/packages/libormatejka/watchdog)[ RSS](/packages/libormatejka-watchdog/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (6)Versions (10)Used By (0)

Watchdog
========

[](#watchdog)

Watchdog is a small package that scans directories and files and checks the quality of files based on rules.

### Installation

[](#installation)

```
composer require libormatejka/watchdog
```

### Configuration

[](#configuration)

The **watchdog.neon configuration file** contains settings for the analysis. You can define:

```
parameters:
	enabledRules:
		-list of rules...
	includesFolders:
		- list of folders...
	excludesFolders:
		- list of folders...
	includesFilesType:
		- list of file types...
	fileSettings:
		minFilesSize: 10
		maxFileSize: 512000

# File Type Rules (Optional fields)
fileTypeRules:
	json:
		minFilesSize: 10
		maxFileSize: 10
	yaml:
		maxFileSize: 20
	etc...
```

### Usage

[](#usage)

```
docker-compose -f .docker/docker-compose.yml run php bin/watchdog analyse --config=PATH TO CONFIG FILE
```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 58.3% 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 ~96 days

Recently: every ~2 days

Total

8

Last Release

927d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/84b9478d36a3fa1745d2535ea0a7dfb8941f9e393201b2063ed125d75ab25904?d=identicon)[libormatejka](/maintainers/libormatejka)

---

Top Contributors

[![josefbenjac](https://avatars.githubusercontent.com/u/6731626?v=4)](https://github.com/josefbenjac "josefbenjac (7 commits)")[![libormatejka](https://avatars.githubusercontent.com/u/6765319?v=4)](https://github.com/libormatejka "libormatejka (4 commits)")[![radek-bryknar](https://avatars.githubusercontent.com/u/95741562?v=4)](https://github.com/radek-bryknar "radek-bryknar (1 commits)")

### Embed Badge

![Health badge](/badges/libormatejka-watchdog/health.svg)

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

###  Alternatives

[bacula-web/bacula-web

The open source web based reporting and monitoring tool for Bacula

1537.5k](/packages/bacula-web-bacula-web)[inspector-apm/inspector-symfony

Code Execution Monitoring for Symfony applications.

2830.1k2](/packages/inspector-apm-inspector-symfony)

PHPackages © 2026

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