PHPackages                             kapersoft/cron-job-api - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. kapersoft/cron-job-api

ActiveLibrary[API Development](/categories/api)

kapersoft/cron-job-api
======================

A PHP client for the Cron-Job.org API

0.0.1(8mo ago)1263[4 PRs](https://github.com/kapersoft/cron-job-api/pulls)1MITPHPPHP ^8.4CI passing

Since Aug 30Pushed 2mo agoCompare

[ Source](https://github.com/kapersoft/cron-job-api)[ Packagist](https://packagist.org/packages/kapersoft/cron-job-api)[ Docs](https://github.com/kapersoft/cron-job-api)[ GitHub Sponsors](https://github.com/kapersoft)[ RSS](/packages/kapersoft-cron-job-api/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (10)Versions (8)Used By (1)

cron-job-api (PHP client for cron-job.org)
==========================================

[](#cron-job-api-php-client-for-cron-joborg)

Small, typed PHP 8.4+ client for the cron-job.org v1 API. No framework required; uses Guzzle under the hood.

What is this repo?
------------------

[](#what-is-this-repo)

This is `kapersoft/cron-job-api`, a lightweight wrapper around the public cron-job.org API, providing simple methods to list, create, update, delete, and inspect jobs and their history.

What is cron-job.org?
---------------------

[](#what-is-cron-joborg)

[cron-job.org](https://cron-job.org) is a hosted scheduler. It executes HTTP(S) requests on schedules (minutes to months), great for pinging endpoints, running webhooks, and health checks without maintaining your own cron infrastructure.

Installation
------------

[](#installation)

```
composer require kapersoft/cron-job-api
```

Requirements:

- PHP ^8.4
- Guzzle ^7.10 (pulled in automatically)

How to use
----------

[](#how-to-use)

Basic client setup and common operations. Replace `$apiKey` with your cron-job.org API token.

```
