library success
PHP client for Absence of Success (AoS) monitoring with Venditan/Success
venditan/success
PHP client for Absence of Success (AoS) monitoring with Venditan/Success
- Tuesday, September 15, 2015
- by Docnet
- Repository
- 1 Watchers
- 1 Stars
- 2 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 1 Versions
- 0 % Grown
Success
Absence of Success (AoS) monitoring client for PHP, (*1)
WARNING - this library is in pre-alpha, (*2)
Example Usage
\Venditan\Success::expect('Regular job')->every('hour')->sms('07000000000');
Or you can use named recipients or groups, like this, (*3)
\Venditan\Success::expect('Regular job')->every('hour')->email('tom,support');