Skip to content

The scheduler is a package for spiral framework. It will help to managing scheduled tasks on your server.

License

Notifications You must be signed in to change notification settings

spiral-packages/scheduler

Repository files navigation

Cron jobs scheduler for Spiral Framework

PHP Latest Version on Packagist GitHub Tests Action Status 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.