coenschutte / cronly-wrapper
PHP 中 Cronly API 的包装器
v1.0.0
2022-05-31 21:12 UTC
Requires
- php: ^8.0
- guzzlehttp/guzzle: ^7.4
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.0
- pestphp/pest: ^1.20
- spatie/ray: ^1.28
This package is auto-updated.
Last update: 2024-09-09 10:51:55 UTC
README
这是 Cronly 在 PHP 中的基本 API 包装器
安装
您可以通过 composer 安装此包
composer require coenschutte/cronly-wrapper
用法
$cronly = new CoenSchutte\CronlyWrapper($apiKey); echo $cronly->getAllMonitors();
变更日志
有关最近更改的更多信息,请参阅 CHANGELOG。
贡献
有关详细信息,请参阅 CONTRIBUTING。
致谢
许可证
MIT 许可证(MIT)。有关更多信息,请参阅 许可证文件。