https://github.com/spiral-packages/scheduler
The scheduler is a package for spiral framework. It will help to managing scheduled tasks on your server.
https://github.com/spiral-packages/scheduler
cron package php php8 scheduler spiral-framework
Last synced: 11 months ago
JSON representation
The scheduler is a package for spiral framework. It will help to managing scheduled tasks on your server.
- Host: GitHub
- URL: https://github.com/spiral-packages/scheduler
- Owner: spiral-packages
- License: mit
- Created: 2022-01-28T17:23:35.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2025-06-05T12:19:35.000Z (about 1 year ago)
- Last Synced: 2025-06-05T12:38:21.495Z (about 1 year ago)
- Topics: cron, package, php, php8, scheduler, spiral-framework
- Language: PHP
- Homepage: https://spiral.dev/docs/advanced-scheduler
- Size: 134 KB
- Stars: 6
- Watchers: 2
- Forks: 3
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Cron jobs scheduler for Spiral Framework
[](https://packagist.org/packages/spiral-packages/scheduler)
[](https://packagist.org/packages/spiral-packages/scheduler)
[](https://github.com/spiral-packages/scheduler/actions/workflows/run-tests.yml)
[](https://github.com/spiral-packages/scheduler/actions/workflows/static-analysis.yml)
[](https://packagist.org/packages/spiral-packages/scheduler)
This is a cron jobs scheduler that can be easily integrated with your project based on spiral framework. The idea was
originally inspired by the Laravel Task Scheduling.
## Requirements
Make sure that your server is configured with following PHP version and extensions:
- PHP 8.1+
- Spiral framework 3.0+
## Documentation, Installation, and Usage Instructions
See the [documentation](https://spiral.dev/docs/advanced-scheduler) for detailed installation and usage instructions.
## License
The MIT License (MIT). Please see [License File](LICENSE) for more information.