spiral-packages/scheduler
The scheduler is a package for spiral framework. It will help to managing scheduled tasks on your server.
Maintainers
Requires
- php: >=8.1
- butschster/cron-expression-generator: ^1.10
- nesbot/carbon: ^2.52 || ^3.0 || ^4.0
- psr/event-dispatcher: ^1
- spiral/attributes: ^2.8 || ^3.0
- spiral/boot: ^3.14
- spiral/cache: ^3.14
- spiral/core: ^3.14
- spiral/queue: ^3.14
- spiral/snapshots: ^3.14
- symfony/process: ^6.0 || ^7.0 || ^8.0
Requires (Dev)
- spiral/code-style: ^2.2
- spiral/dumper: ^3.3
- spiral/framework: ^3.14
- spiral/testing: ^2.8.3
- vimeo/psalm: ^4.9 || ^5.26
Suggests
None
Provides
None
Conflicts
None
Replaces
None
MIT d2117a98898a94a80ae37ac24a05cbaaff69b778
- butschster <butschster.woop@gmail.com>
- roxblnfk <roxblnfk.woop@gmail.com>
This package is auto-updated.
Last update: 2026-06-04 12:27:14 UTC
README
👁 PHP
👁 Latest Version on Packagist
👁 run-tests
👁 static-analysis
👁 Total Downloads
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 for detailed installation and usage instructions.
License
The MIT License (MIT). Please see License File for more information.
