montross50/uptime-robot-api
最新稳定版本:8.0.0
Composer 安装命令:
composer require montross50/uptime-robot-api
包简介
API wrapper for uptime robot
README 文档
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.
统计信息
- 总下载量: 22.2k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-07-17