PHPackages                             snide/monitor-bundle - 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. snide/monitor-bundle

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

snide/monitor-bundle
====================

Service Monitoring bundle

00PHP

Since Jul 31Pushed 11y agoCompare

[ Source](https://github.com/pdenis/SnideMonitorBundle)[ Packagist](https://packagist.org/packages/snide/monitor-bundle)[ RSS](/packages/snide-monitor-bundle/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

SnideMonitorBundle
==================

[](#snidemonitorbundle)

Symfony 2 monitoring bundle based on Test class

[![Build Status](https://camo.githubusercontent.com/5de7421e47ec0bab0cf970447a29b058578b293a79692a20589cc7c7476dc871/68747470733a2f2f7472617669732d63692e6f72672f7064656e69732f536e6964654d6f6e69746f7242756e646c652e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/pdenis/SnideMonitorBundle)[![Scrutinizer Quality Score](https://camo.githubusercontent.com/ff60d5e4a72e191b114d2e36b662189ecbedcb181e29ad2843f3af18d868b5f8/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f7064656e69732f536e6964654d6f6e69746f7242756e646c652f6261646765732f7175616c6974792d73636f72652e706e673f733d64623433306430623531383134353534643034373036653837393061363634326165343332326633)](https://scrutinizer-ci.com/g/pdenis/SnideMonitorBundle/)

features
--------

[](#features)

- Test class based
- Application management &amp; chaining (via json exposition)
- Dashboard

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

[](#installation)

### Installation by Composer

[](#installation-by-composer)

If you use composer, add MonitorBundle bundle as a dependency to the composer.json of your application

```
    "require": {
        ...
        "snide/monitor-bundle": "dev-master"
        ...
    },
```

Add SnideMonitorBundle to your application kernel.

```
// app/AppKernel.php
