PHPackages                             imsamurai/cakephp-monitoring-plugin - 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. imsamurai/cakephp-monitoring-plugin

ActiveCakephp-plugin[Logging &amp; Monitoring](/categories/logging)

imsamurai/cakephp-monitoring-plugin
===================================

Use it if you want to wrap model methods with cache

2.0.14(11y ago)0152[1 issues](https://github.com/imsamurai/cakephp-monitoring-plugin/issues)MITPHP

Since Feb 7Pushed 11y ago2 watchersCompare

[ Source](https://github.com/imsamurai/cakephp-monitoring-plugin)[ Packagist](https://packagist.org/packages/imsamurai/cakephp-monitoring-plugin)[ Docs](http://github.com/imsamurai/cakephp-monitoring-plugin)[ RSS](/packages/imsamurai-cakephp-monitoring-plugin/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (5)Versions (21)Used By (0)

API Documentation
-----------------

[](#api-documentation)

Check out [Monitoring API Documentation](http://imsamurai.github.io/cakephp-monitoring-plugin/docs/master/)

Abstract
--------

[](#abstract)

[![Build Status](https://camo.githubusercontent.com/c1d42213ebc4f764a271f8d23aad0d097336dc3c64c1ccd99c9f9b0e2ae49f61/68747470733a2f2f7472617669732d63692e6f72672f696d73616d757261692f63616b657068702d6d6f6e69746f72696e672d706c7567696e2e706e67)](https://travis-ci.org/imsamurai/cakephp-monitoring-plugin) [![Coverage Status](https://camo.githubusercontent.com/39964c7ebd6372e712071da3aaa7e63ab15ce2793b6d6b535aa44b2d8a7de3b9/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f696d73616d757261692f63616b657068702d6d6f6e69746f72696e672d706c7567696e2f62616467652e706e673f6272616e63683d6d6173746572)](https://coveralls.io/r/imsamurai/cakephp-monitoring-plugin?branch=master) [![Latest Stable Version](https://camo.githubusercontent.com/0a60615b148b37f58cb4e163c03d47efd9437076fbfc500ecbc0dca24c60096b/68747470733a2f2f706f7365722e707567782e6f72672f696d73616d757261692f63616b657068702d6d6f6e69746f72696e672d706c7567696e2f762f737461626c652e706e67)](https://packagist.org/packages/imsamurai/cakephp-monitoring-plugin) [![Total Downloads](https://camo.githubusercontent.com/766421665b883fd5ce3146526348ab39e6d12fe3f8c76ba1cc38c224e36415a0/68747470733a2f2f706f7365722e707567782e6f72672f696d73616d757261692f63616b657068702d6d6f6e69746f72696e672d706c7567696e2f646f776e6c6f6164732e706e67)](https://packagist.org/packages/imsamurai/cakephp-monitoring-plugin) [![Latest Unstable Version](https://camo.githubusercontent.com/0a4e77e65b38bb98ac6fa20ef9031638885a7db21e435eaed35f0184d6e236d3/68747470733a2f2f706f7365722e707567782e6f72672f696d73616d757261692f63616b657068702d6d6f6e69746f72696e672d706c7567696e2f762f756e737461626c652e706e67)](https://packagist.org/packages/imsamurai/cakephp-monitoring-plugin) [![License](https://camo.githubusercontent.com/26f6571131943561c6ccef7dfada3c685eaa9225b1cf7889855132b3da1a68d4/68747470733a2f2f706f7365722e707567782e6f72672f696d73616d757261692f63616b657068702d6d6f6e69746f72696e672d706c7567696e2f6c6963656e73652e706e67)](https://packagist.org/packages/imsamurai/cakephp-monitoring-plugin)

Coordinator for any checker scripts. With this plugin you can unify periodic checkers for some of your services/data/etc, get mail in case of failure, store checker logs in DB.

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

[](#installation)

```
cd my_cake_app/app
git clone git://github.com/imsamurai/cakephp-monitoring-plugin.git Plugin/Monitoring

```

or if you use git add as submodule:

```
cd my_cake_app
git submodule add "git://github.com/imsamurai/cakephp-monitoring-plugin.git" "app/Plugin/Monitoring"

```

then add plugin loading in Config/bootstrap.php

```
CakePlugin::load('Monitoring', array('bootstrap' => true));

```

add tables from `Config/Schema/monitoring.sql`

include , in your project, for ex with composer (tested with 2.3 version)

Configuration
-------------

[](#configuration)

Write global config if you need to change plugin config (see plugin bootstrap.php)

Usage
-----

[](#usage)

Use `Monitoring` model for manage checkers in DB. Each checker name in DB must be a model that extends `MonitoringChecker` and implements `check` method. Coordinator will run this method and store result in DB log. In case of error your checker may return false. Put `Console/cake Monitoring.monitoring run` in the cron, for ex each 1-5 minutes (depends on your needs)

For auto add available checkers to db (inactive) run `Console/cake Monitoring.monitoring update`

Wiki
----

[](#wiki)

Also check out [wiki](https://github.com/imsamurai/cakephp-monitoring-plugin/wiki).

###  Health Score

30

—

LowBetter than 61% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity72

Established project with proven stability

 Bus Factor1

Top contributor holds 78.6% 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 ~22 days

Recently: every ~49 days

Total

20

Last Release

4150d ago

Major Versions

1.0.4 → 2.0.02014-07-29

### Community

Maintainers

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

---

Top Contributors

[![imsamurai](https://avatars.githubusercontent.com/u/843002?v=4)](https://github.com/imsamurai "imsamurai (22 commits)")[![skalmi](https://avatars.githubusercontent.com/u/752442?v=4)](https://github.com/skalmi "skalmi (6 commits)")

---

Tags

pluginmonitoringcakephp

### Embed Badge

![Health badge](/badges/imsamurai-cakephp-monitoring-plugin/health.svg)

```
[![Health](https://phpackages.com/badges/imsamurai-cakephp-monitoring-plugin/health.svg)](https://phpackages.com/packages/imsamurai-cakephp-monitoring-plugin)
```

###  Alternatives

[helsingborg-stad/municipio

A bootstrap theme for creating municipality sites.

4028.6k10](/packages/helsingborg-stad-municipio)[lordsimal/cakephp-sentry

Sentry plugin for CakePHP

12339.1k](/packages/lordsimal-cakephp-sentry)[jadb/cakephp-monolog

CakePHP Monolog Plugin

5420.3k](/packages/jadb-cakephp-monolog)[etailors/mautic-amazon-ses

Amazon SES Mailer Plugin for Mautic

595.0k](/packages/etailors-mautic-amazon-ses)[pressbooks/pressbooks-book

This theme is named after Canadian media theorist Marshall McLuhan, who coined the phrase “the medium is the message.” It is designed for academic writing and is also suitable for fiction. Headings are set in Cormorant Garamond, and body type is set in Lora.

226.7k](/packages/pressbooks-pressbooks-book)

PHPackages © 2026

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