venditan/success

PHP client for Absence of Success (AoS) monitoring with Venditan/Success

dev-master 2015-09-15 12:52 UTC

This package is not auto-updated.

Last update: 2024-04-27 15:59:45 UTC


README

Absence of Success (AoS) monitoring client for PHP

WARNING - this library is in pre-alpha

Example Usage

\Venditan\Success::expect('Regular job')->every('hour')->sms('07000000000');

Or you can use named recipients or groups, like this

\Venditan\Success::expect('Regular job')->every('hour')->email('tom,support');