Laravel UpTimeRobot is an UptimeRobot API client for Laravel 5.*
akaramires/laravel-uptimerobot-api is a Laravel package for laravel uptimerobot is an uptimerobot api client for laravel 5.*.
It currently has 3 GitHub stars and 70 downloads on Packagist.
Install it with composer require akaramires/laravel-uptimerobot-api.
Discover more Laravel packages by akaramires
or browse all Laravel packages to compare alternatives.
Last updated
Please check the system requirements before installing Laravel UptimeRobot API.
To get the latest version of Laravel UptimeRobot API, simply require "akaramires/laravel-uptimerobot-api": "*" in your composer.json file.
Open up app/config/app.php and add the following to the providers key.
Akaramires\Monitors\MonitorsServiceProvider::classAlso add the following to the aliases key:
'Monitors' => Akaramires\Monitors\Facades\Monitors::classLaravel UptimeRobot API requires configuration.
To get started, first publish the package config file:
php artisan vendor:publish --provider="Akaramires\Monitors\MonitorsServiceProvider"