# Yolo计划任务 **Repository Path**: lushaoming/yolo-scheduler ## Basic Information - **Project Name**: Yolo计划任务 - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-07-12 - **Last Updated**: 2024-07-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Scheduler ## Install ```shell composer require yolo/scheduler ``` ## Usage - Add to ServiceStartListener::process() ```php run(); } } ``` - Create a task ```php name . PHP_EOL); return 0; } } ``` - Add to config/config.php ```php return [ 'schedulers' => [ \App\Schedulers\TestScheduler::class ], ] ```