Download the PHP package ipl/scheduler without Composer
On this page you can find all versions of the php package ipl/scheduler. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download ipl/scheduler
More information about ipl/scheduler
Files in ipl/scheduler
Download ipl/scheduler
More information about ipl/scheduler
Files in ipl/scheduler
Please rate this library. Is it a good library?
Informations about the package scheduler
Icinga PHP Library - Tasks Scheduler
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:
All versions of scheduler with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.2
ext-json Version *
dragonmantank/cron-expression Version ^3
psr/log Version ^1
ramsey/uuid Version ^4.2.3
react/event-loop Version ^1.4
react/promise Version ^2.10
simshaun/recurr Version ^5
ipl/stdlib Version >=0.12.0
ext-json Version *
dragonmantank/cron-expression Version ^3
psr/log Version ^1
ramsey/uuid Version ^4.2.3
react/event-loop Version ^1.4
react/promise Version ^2.10
simshaun/recurr Version ^5
ipl/stdlib Version >=0.12.0
The package ipl/scheduler contains the following files
Loading the files please wait ....