coenschutte / cronly-wrapper
A wrapper for the Cronly API in PHP
Fund package maintenance!
CoenSchutte
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-11-09 11:05:45 UTC
README
This is a basic API wrapper for Cronly in PHP
Installation
You can install the package via composer:
composer require coenschutte/cronly-wrapper
Usage
$cronly = new CoenSchutte\CronlyWrapper($apiKey); echo $cronly->getAllMonitors();
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Credits
License
The MIT License (MIT). Please see License File for more information.