Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.