arches/tp-crontab

1.0.0 2025-03-12 07:44 UTC

This package is not auto-updated.

Last update: 2025-03-13 06:06:25 UTC


README

安装

    // 支持 Tp6+
    composer require arches/crontab
    // 添加测试命令
    // app/command/TestCommand
    // TestCommand extends Arches\Crontab\CommandAbstract

    // defatult crontab
    php think crontab
    // 从crontab表读取可执行状态的任务执行。