2017 © Pedro Peláez
 

library uptime-robot-api

API wrapper for uptime robot

image

montross50/uptime-robot-api

API wrapper for uptime robot

  • Friday, June 8, 2018
  • by montross50
  • Repository
  • 2 Watchers
  • 1 Stars
  • 798 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 14 Versions
  • 77 % Grown

The README.md

Uptime Robot API

Latest Version on Packagist ![Software License][ico-license] Build Status Total Downloads, (*1)

API wrapper for UptimeRobot, (*2)

Install

Via Composer, (*3)

``` bash $ composer require montross50/uptime-robot-api, (*4)


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 ``` php $api = \App::make(UptimeRobotResourceInterface::class); echo $api->getMonitors();

For uptime robot api reference api, (*5)

Change log

Please see CHANGELOG for more information what has changed recently., (*6)

Contributing

Please see CONTRIBUTING and CONDUCT for details., (*7)

Security

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

Credits

  • Trent Schmidt

License

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

The Versions