PHP

Use the PHP wrapper to access the Cronly API from your existing project.

More information

This package was developed by a community member and can be found on GitHubarrow-up-right and Packagistarrow-up-right. Thanks a lot for maintaining it, Coen Schuttearrow-up-right!

Installation

In your existing project, just require the wrapper:

composer require coenschutte/cronly-wrapper

Usage

$cronly = new CoenSchutte\CronlyWrapper($apiKey);
echo $cronly->getAllMonitors();

Last updated