marko/scheduler
最新稳定版本:0.6.0
Composer 安装命令:
composer require marko/scheduler
包简介
Task scheduling for Marko Framework
README 文档
README
Fluent task scheduler with cron expression support — define recurring tasks in PHP and run them with a single cron entry.
Installation
composer require marko/scheduler
Quick Example
use Marko\Scheduler\Schedule; return [ 'boot' => function (Schedule $schedule): void { $schedule->call(function () { // Clean up temp files... })->daily()->description('Clean temp files'); }, ];
Documentation
Full usage, API reference, and examples: marko/scheduler
统计信息
- 总下载量: 3
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2026-03-24