2017 © Pedro Peláez
 

library monitoring

Monitoring helper library

image

snide/monitoring

Monitoring helper library

  • Monday, December 30, 2013
  • by pdenis
  • Repository
  • 0 Watchers
  • 1 Stars
  • 145 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Monitoring Library Helper

A simple library to provide monitoring test class based & applications tests chaining, (*1)

Latest Stable Version Build Status Scrutinizer Quality Score Code Coverage Bitdeli Badge, (*2)

features

  • Test class based
  • Application management & chaining

Installation

Installation by Composer

If you use composer, add library as a dependency to the composer.json of your application, (*3)

    "require": {
        ...
        "snide/monitoring": "dev-master"
        ...
    },

Usage

Using existing test class

Some tests class are defined :, (*4)

  • Environment var
  • Redis Test
  • File permissions
  • File existence
  • Generic test

Create your own

You can create your specifics test by extends Snide\Monitoring\Model\Test class & implements execute method. Then, use TestManager to add & execute tests., (*5)

The Versions

30/12 2013

dev-master

9999999-dev http://github.com/pdenis/monitoring

Monitoring helper library

  Sources   Download

MIT

The Requires

 

The Development Requires

by Pascal DENIS

library monitoring snide

30/12 2013

0.9

0.9.0.0 http://github.com/pdenis/monitoring

Monitoring helper library

  Sources   Download

MIT

The Requires

 

The Development Requires

by Pascal DENIS

library monitoring snide