ipl/scheduler

Icinga PHP Library - Tasks scheduler

Maintainers

👁 ipl

Package info

github.com/Icinga/ipl-scheduler

pkg:composer/ipl/scheduler

Statistics

Installs: 29 292

Dependents: 2

Suggesters: 0

Stars: 1

Open Issues: 6

v0.3.0 2026-03-24 20:39 UTC

Requires (Dev)

Suggests

  • ext-ev: Improves performance, efficiency and avoids system limitations. Highly recommended! (See https://www.php.net/manual/en/intro.ev.php for details)

Provides

None

Conflicts

None

Replaces

None

MIT 27c1879e56151e62969c08f0822a78afb3ed59e5

crontaskjobscheduler


README

Framework-independent scheduler that executes tasks at regular intervals or once at specific times in an event loop. The tasks are pure PHP code and the frequency is defined via cron expressions. Yields events for which you can install listeners:

  • when an operation of a task is scheduled,
  • upon running an operation of a task,
  • when an operation of a task is done or failed,
  • and when a task is canceled or expired.

Scheduled or running tasks can be removed or canceled at any time.

Installation

The recommended way to install this library is via Composer:

composer require ipl/scheduler