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

https://github.com/thesis-php/cron-scheduler

Concurrent (fiber based) task scheduler with cron expression support.
https://github.com/thesis-php/cron-scheduler

Last synced: 6 months ago
JSON representation

Concurrent (fiber based) task scheduler with cron expression support.

Awesome Lists containing this project

README

          

# Cron Scheduler

## Installation

```shell
composer require thesis/cron-scheduler
```

## Usage

See [examples](examples) to understand how to use this.