Skip to content

KobaltDigital/laravel-uptimerobot-api

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Laravel 5 UptimeRobot API v2

Installation

Please check the system requirements before installing Laravel UptimeRobot API.

To get the latest version of Laravel UptimeRobot v2 API, simply require "voltinternet/laravel-uptimerobot-api": "*" in your composer.json file.

Open up app/config/app.php and add the following to the providers key.

  • Voltinternet\Monitors\MonitorsServiceProvider::class

Also add the following to the aliases key:

  • 'Monitors' => Voltinternet\Monitors\Facades\Monitors::class

Configuration

Laravel UptimeRobot v2 API requires configuration.

To get started, first publish the package config file:

php artisan vendor:publish --provider="Voltinternet\Monitors\MonitorsServiceProvider"

About

Laravel UpTimeRobot is an UptimeRobot API client for Laravel 5.*

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%