PHP
Use the PHP wrapper to access the Cronly API from your existing project.
More information
Installation
composer require coenschutte/cronly-wrapperUsage
$cronly = new CoenSchutte\CronlyWrapper($apiKey);
echo $cronly->getAllMonitors();Last updated