akaramires / laravel-uptimerobot-api by akaramires

Laravel UpTimeRobot is an UptimeRobot API client for Laravel 5.*
70
3
2
Package Data
Maintainer Username: akaramires
Maintainer Contact: e.abdurayimov@gmail.com (Elmar Abdurayimov)
Package Create Date: 2016-01-19
Package Last Update: 2016-10-12
Home Page: https://packagist.org/packages/akaramires/laravel-uptimerobot-api
Language: PHP
License: MIT
Last Refreshed: 2024-03-23 15:04:28
Package Statistics
Total Downloads: 70
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 3
Total Watchers: 2
Total Forks: 3
Total Open Issues: 0

Laravel 5 UptimeRobot API

Installation

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::class

Also add the following to the aliases key:

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

Configuration

Laravel UptimeRobot API requires configuration.

To get started, first publish the package config file:

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