PHPackages                             pecotamic/missing-pages-logger - 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. pecotamic/missing-pages-logger

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

pecotamic/missing-pages-logger
==============================

1.0.0(10mo ago)026PHP

Since Jul 5Pushed 10mo agoCompare

[ Source](https://github.com/pecotamic/missing-pages-logger)[ Packagist](https://packagist.org/packages/pecotamic/missing-pages-logger)[ RSS](/packages/pecotamic-missing-pages-logger/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)DependenciesVersions (3)Used By (0)

Plugin for statamic logging missing pages
=========================================

[](#plugin-for-statamic-logging-missing-pages)

[![Statamic 3.0+](https://camo.githubusercontent.com/93c61a311851e398f5663226aca5d307d91ef898067c6b294110a785d6c2e735/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f53746174616d69632d332e302b2d4646323639453f7374796c653d666f722d7468652d6261646765266c696e6b3d68747470733a2f2f73746174616d69632e636f6d)](https://camo.githubusercontent.com/93c61a311851e398f5663226aca5d307d91ef898067c6b294110a785d6c2e735/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f53746174616d69632d332e302b2d4646323639453f7374796c653d666f722d7468652d6261646765266c696e6b3d68747470733a2f2f73746174616d69632e636f6d)[![Statamic 4.0+](https://camo.githubusercontent.com/2cc64d3b07e997a278a3800cc454b8e9382ec21957956193dd1d6cfc7f0fa078/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f53746174616d69632d342e302b2d4646323639453f7374796c653d666f722d7468652d6261646765266c696e6b3d68747470733a2f2f73746174616d69632e636f6d)](https://camo.githubusercontent.com/2cc64d3b07e997a278a3800cc454b8e9382ec21957956193dd1d6cfc7f0fa078/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f53746174616d69632d342e302b2d4646323639453f7374796c653d666f722d7468652d6261646765266c696e6b3d68747470733a2f2f73746174616d69632e636f6d)[![Statamic 5.0+](https://camo.githubusercontent.com/1493e0d010dc67f6682a1bf253c04498351ea74434eaccba4244c7641c4d25ec/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f53746174616d69632d352e302b2d4646323639453f7374796c653d666f722d7468652d6261646765266c696e6b3d68747470733a2f2f73746174616d69632e636f6d)](https://camo.githubusercontent.com/1493e0d010dc67f6682a1bf253c04498351ea74434eaccba4244c7641c4d25ec/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f53746174616d69632d352e302b2d4646323639453f7374796c653d666f722d7468652d6261646765266c696e6b3d68747470733a2f2f73746174616d69632e636f6d)

Pecotamic Missing Pages Logger is a Statamic addon which logs missing pages (404 errors)

How to Install
--------------

[](#how-to-install)

You can search for this addon in the `Tools > Addons` section of the Statamic control panel and click **install**, or run the following command from your project root:

```
composer require pecotamic/missing-pages-logger
```

The package requires PHP 8+. It will auto register.

Configuration (optional)
------------------------

[](#configuration-optional)

You can override the default options by publishing the configuration:

```
php artisan vendor:publish --provider="Pecotamic\MissingPagesLogger\ServiceProvider" --tag=config
```

This will copy the default config file to `config/pecotamic/missing-pages-logger.php`.

**Enable/Disable Logging:**

In your `.env` file:

```
PECOTAMIC_MISSING_PAGES_LOGGER_ENABLED=true
```

Or in the config file `config/missing-pages-logger.php`:

```
'log_missing_pages' => env('PECOTAMIC_MISSING_PAGES_LOGGER_ENABLED', false),
```

**Log Files Location:**

When logging is enabled, missing pages are logged to:

- Index file: `storage/pecotamic/missing-pages-logger/missing_pages.yaml`
- Individual log files: `storage/pecotamic/missing-pages-logger/missing_pages/{id}.yaml`

Each log entry contains:

- Request URI
- Date and time
- Remote address (IP)
- Referer (if available)
- User agent (if available)

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance54

Moderate activity, may be stable

Popularity6

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity37

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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

315d ago

### Community

Maintainers

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

---

Top Contributors

[![werner-freytag](https://avatars.githubusercontent.com/u/3309376?v=4)](https://github.com/werner-freytag "werner-freytag (1 commits)")

### Embed Badge

![Health badge](/badges/pecotamic-missing-pages-logger/health.svg)

```
[![Health](https://phpackages.com/badges/pecotamic-missing-pages-logger/health.svg)](https://phpackages.com/packages/pecotamic-missing-pages-logger)
```

###  Alternatives

[psr/log

Common interface for logging libraries

10.4k1.2B9.2k](/packages/psr-log)[itsgoingd/clockwork

php dev tools in your browser

5.9k27.6M94](/packages/itsgoingd-clockwork)[graylog2/gelf-php

A php implementation to send log-messages to a GELF compatible backend like Graylog2.

41838.2M138](/packages/graylog2-gelf-php)[bugsnag/bugsnag-psr-logger

Official Bugsnag PHP PSR Logger.

32132.5M2](/packages/bugsnag-bugsnag-psr-logger)[consolidation/log

Improved Psr-3 / Psr\\Log logger based on Symfony Console components.

15462.2M7](/packages/consolidation-log)[ekino/newrelic-bundle

Integrate New Relic into Symfony2

28111.2M8](/packages/ekino-newrelic-bundle)

PHPackages © 2026

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