ipl/scheduler
最新稳定版本:v0.2.0
Composer 安装命令:
composer require ipl/scheduler
包简介
Icinga PHP Library - Tasks scheduler
关键字:
README 文档
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
统计信息
- 总下载量: 26.42k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 1
- 依赖项目数: 2
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-02-17