Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 2 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 (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-09-30T12:05:16.000Z (3 months ago)
- Last Synced: 2024-09-30T12:50:05.758Z (3 months ago)
- Topics: cron, package, php, php8, scheduler, spiral-framework
- Language: PHP
- Homepage: https://spiral.dev/docs/advanced-scheduler
- Size: 103 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Cron jobs scheduler for Spiral Framework
[![PHP](https://img.shields.io/packagist/php-v/spiral-packages/scheduler.svg?style=flat-square)](https://packagist.org/packages/spiral-packages/scheduler)
[![Latest Version on Packagist](https://img.shields.io/packagist/v/spiral-packages/scheduler.svg?style=flat-square)](https://packagist.org/packages/spiral-packages/scheduler)
[![run-tests](https://github.com/spiral-packages/scheduler/actions/workflows/run-tests.yml/badge.svg)](https://github.com/spiral-packages/scheduler/actions/workflows/run-tests.yml)
[![static-analysis ](https://github.com/spiral-packages/scheduler/actions/workflows/static-analysis.yml/badge.svg)](https://github.com/spiral-packages/scheduler/actions/workflows/static-analysis.yml)
[![Total Downloads](https://img.shields.io/packagist/dt/spiral-packages/scheduler.svg?style=flat-square)](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.