PHPackages                             samynw/pimcore-monitoring-manager - 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. samynw/pimcore-monitoring-manager

ActivePimcore-bundle[Logging &amp; Monitoring](/categories/logging)

samynw/pimcore-monitoring-manager
=================================

Provides an easy tool for using your monitoring software to monitor jobs within a Pimcore application

0.2.0(5y ago)314[1 issues](https://github.com/samynw/pimcore-monitoring-manager/issues)MITPHP

Since Jan 11Pushed 5y ago1 watchersCompare

[ Source](https://github.com/samynw/pimcore-monitoring-manager)[ Packagist](https://packagist.org/packages/samynw/pimcore-monitoring-manager)[ RSS](/packages/samynw-pimcore-monitoring-manager/feed)WikiDiscussions master Synced yesterday

READMEChangelog (2)Dependencies (2)Versions (3)Used By (0)

Pimcore Monitoring Manager
==========================

[](#pimcore-monitoring-manager)

The goal of this bundle is to provide an easy tool for monitoring your application. It allows you to add custom jobs which can be monitored by your preferred monitoring tool. The criteria could be any business logic, depending on the needs of your application.

The bundle will create endpoints for your monitoring jobs. So your monitoring tool can fetch the status code of the HTTP response and alert you if needed. Alternatively the exit code of a console command can be monitored.

This way the monitoring tool can monitor *any* application criteria you've defined. Some examples:

- has the sitemap.xml been regenerated in the last 24 hours?
- is the "failed" queue for Symfony Messenger increasing at an alarming speed?
- check if the number of critical errors in the application log during the last X minutes is higher than Y entries
- is a long-running script taking an unusually long time?
- ...

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

[](#installation)

```
# Add package to composer dependencies
composer require samynw/pimcore-monitoring-manager

# Enable and install bundle
php bin/console pimcore:bundle:enable MonitoringManagerBundle
php bin/console pimcore:bundle:install MonitoringManagerBundle
```

Note: the installer will

- enable the webservice API
- create a "monitoring" user with a random API key

You can review and modify or remove the user at your convenience if you prefer to use another user or authentication method.

Usage
-----

[](#usage)

The concept is to create jobs, based on business logic for critical application processes.

Your monitoring software can be configured to schedule either:

- HTTP requests to the bundle endpoints (monitor the HTTP Status code of the response)
- console command to fetch job status (monitor the console exit code)

Detailed information:

- [Console commands](docs/010_Usage_ConsoleCommands.md)
    - list jobs
    - enable/disable job
    - show job details &amp; status
- [HTTP Requests](docs/020_Usage_StatusResponses.md)
- [Defining custom jobs](docs/050_Jobs_Custom.md)
- [List of available jobs](docs/060_Jobs_Default.md)

Authorization
-------------

[](#authorization)

The URL pattern is added to a firewall, requiring authentication for the HTTP requests.

For further details, see [Usage: HTTP requests](docs/020_Usage_StatusResponses.md).

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance13

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity44

Maturing project, gaining track record

 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 ~2 days

Total

2

Last Release

1944d ago

### Community

Maintainers

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

---

Top Contributors

[![samynw](https://avatars.githubusercontent.com/u/11783803?v=4)](https://github.com/samynw "samynw (36 commits)")

---

Tags

pimcorepimcore-bundle

### Embed Badge

![Health badge](/badges/samynw-pimcore-monitoring-manager/health.svg)

```
[![Health](https://phpackages.com/badges/samynw-pimcore-monitoring-manager/health.svg)](https://phpackages.com/packages/samynw-pimcore-monitoring-manager)
```

###  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)[datadog/php-datadogstatsd

An extremely simple PHP datadogstatsd client

19124.6M15](/packages/datadog-php-datadogstatsd)

PHPackages © 2026

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