# PHP

## More information

This package was developed by a community member and can be found on [GitHub](https://github.com/CoenSchutte/cronly-wrapper) and [Packagist](https://packagist.org/packages/coenschutte/cronly-wrapper). Thanks a lot for maintaining it, [Coen Schutte](https://github.com/CoenSchutte)!

## Installation

In your existing project, just require the wrapper:

```bash
composer require coenschutte/cronly-wrapper
```

## Usage

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