venditan / success
PHP client for Absence of Success (AoS) monitoring with Venditan/Success
dev-master
2015-09-15 12:52 UTC
Requires
- php: >=5.4.0
This package is not auto-updated.
Last update: 2024-11-09 18:48:47 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');