venditan/success

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

Installs: 8

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/venditan/success

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

This package is not auto-updated.

Last update: 2025-10-11 23:59:14 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');