montross50/uptime-robot-api

API wrapper for uptime robot

8.0.0 2020-09-21 05:24 UTC

README

Latest Version on Packagist Software License Build Status Total Downloads

API wrapper for UptimeRobot

Install

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.

Config

Publish the config file

php artisan vendor:publish --provider="Montross50\UptimeRobotApi\UptimeRobotApiServiceProvider" --tag=config

OR use the env

UPTIMEROBOT_API_KEY // default: null

Usage

$api = \App::make(UptimeRobotResourceInterface::class);
echo $api->getMonitors();

For uptime robot api reference api

Change log

Please see CHANGELOG for more information what has changed recently.

Contributing

Please see CONTRIBUTING and CONDUCT for details.

Security

If you discover any security related issues, please email sch43228@gmail.com instead of using the issue tracker.

Credits

  • Trent Schmidt

License

The MIT License (MIT). Please see License File for more information.