montross50 / uptime-robot-api
API wrapper for uptime robot
Installs: 12 912
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 3
Forks: 2
Open Issues: 1
Requires
- php: >=7.3
- illuminate/support: ^8
- jane-php/open-api-2: ^6.2
- php-http/client-implementation: ^1.0
- php-http/discovery: ^1.10
- php-http/httplug: ^2
- php-http/message: ^1.9
- php-http/message-factory: ^1
Requires (Dev)
- guzzlehttp/guzzle: ^7.0
- guzzlehttp/psr7: ^1.6
- kriswallsmith/buzz: ^1.1
- nyholm/psr7: ^1.3
- orchestra/testbench: ~6.0
- php-http/guzzle7-adapter: ^0.1.0
- php-http/message: ^1.9
- phpunit/phpunit: ~8.0
- squizlabs/php_codesniffer: ~3
README
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.