Cronly
  • 🆘FAQ
  • Setup guides
    • 💵Subscription
    • 👤Your account
    • 🏢Employees
    • 📁Projects
    • 🔥Triggers
    • 🔔Events
    • 🪝Webhooks
  • Service guides
    • ▶️Managed jobs
    • ⏱️Job monitors
    • 🔐SSL certificates
  • API
    • How to use the API
    • Companies
    • Notifications
    • Job monitors
    • Projects
    • SSL certificates
    • Users
    • Servers
    • Back-ups
  • SDKs
    • PHP
    • JavaScript
  • Integrations
    • Wordpress WP-Cron
Powered by GitBook
On this page
  • More information
  • Installation
  • Usage
  1. SDKs

PHP

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

PreviousBack-upsNextJavaScript

Last updated 2 years ago

More information

This package was developed by a community member and can be found on and . Thanks a lot for maintaining it, !

Installation

In your existing project, just require the wrapper:

composer require coenschutte/cronly-wrapper

Usage

$cronly = new CoenSchutte\CronlyWrapper($apiKey);
echo $cronly->getAllMonitors();
GitHub
Packagist
Coen Schutte