API wrapper for UptimeRobot
Via Composer
$ composer require montross50/uptime-robot-api
This version (6.*) supports Laravel 6.X only. If you need <= 5.X checkout a previous version.
Publish the config file
php artisan vendor:publish --provider="Montross50\UptimeRobotApi\UptimeRobotApiServiceProvider" --tag=config
OR use the env
UPTIMEROBOT_API_KEY // default: null
$api = \App::make(UptimeRobotResourceInterface::class);
echo $api->getMonitors();
For uptime robot api reference api
Please see CHANGELOG for more information what has changed recently.
Please see CONTRIBUTING and CONDUCT for details.
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
- Trent Schmidt
The MIT License (MIT). Please see License File for more information.