spiral-packages / scheduler
The scheduler is a package for spiral framework. It will help to managing scheduled tasks on your server.
Installs: 64 934
Dependents: 0
Suggesters: 0
Security: 0
Stars: 5
Watchers: 1
Forks: 1
Open Issues: 5
Requires
- php: ^8.1
- butschster/cron-expression-generator: ^1.10
- nesbot/carbon: ^2.52 || ^3.0
- psr/event-dispatcher: ^1
- spiral/attributes: ^2.8 || ^3.0
- spiral/cache: ^3.0
- spiral/queue: ^3.0
- spiral/snapshots: ^3.0
- symfony/process: ^6.0 || ^7.0
Requires (Dev)
- spiral/framework: ^3.0
- spiral/testing: ^2.0
- vimeo/psalm: ^4.9
This package is auto-updated.
Last update: 2024-11-07 10:01:40 UTC
README
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.