https://github.com/thesis-php/cron-scheduler
Concurrent (fiber based) task scheduler with cron expression support.
https://github.com/thesis-php/cron-scheduler
Last synced: 6 months ago
JSON representation
Concurrent (fiber based) task scheduler with cron expression support.
- Host: GitHub
- URL: https://github.com/thesis-php/cron-scheduler
- Owner: thesis-php
- License: mit
- Created: 2025-01-30T12:44:35.000Z (over 1 year ago)
- Default Branch: 0.1.x
- Last Pushed: 2025-07-09T12:01:56.000Z (11 months ago)
- Last Synced: 2025-09-25T17:17:29.046Z (8 months ago)
- Language: PHP
- Homepage:
- Size: 41 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Cron Scheduler
## Installation
```shell
composer require thesis/cron-scheduler
```
## Usage
See [examples](examples) to understand how to use this.