# Indatus/dispatcher

Dispatcher is a Laravel artisan command scheduling tool used to schedule artisan commands within your project so you don't need to touch your crontab when deploying.

Repository: https://github.com/Indatus/dispatcher
Canonical: https://ross.abutalabs.com/products/dispatcher
Language: PHP
License: MIT
License Family: permissive
Last push: 2019-03-02T17:58:02+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 4562, "days_push": 2741, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1047, forks 70 (observed 2026-08-28T04:03:22.231660+00:00)

## What it is
Dispatcher is a Laravel package for scheduling artisan commands directly within your project code instead of editing the server crontab. It supports environment-specific scheduling, running commands as other users, and custom scheduling drivers.

## Use cases
- schedule laravel artisan commands without touching crontab
- keep cron scheduling logic in version control
- run scheduled commands only in specific environments
- run artisan commands as a different system user
- schedule commands with arguments and options

## When to choose
- you maintain a legacy Laravel 4 project needing in-code command scheduling
- you want scheduling definitions tracked in version control rather than crontab

## When to avoid
- you use Laravel 5 or later, which has a built-in scheduler
- you need actively maintained software with recent releases

## Facets
- artifact type: library
- maturity: abandoned
- function: scheduling, cli, workflow-automation
- domain: developer-tools
- platform: php, cli
- tags: laravel, artisan, cron, task-scheduling, automation, command-line, linux

## Member repositories
- Indatus/dispatcher (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:22.231660+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T07:01:03.914978+00:00, confidence not recorded.
  - readme: https://github.com/Indatus/dispatcher (fetched 2026-08-28T04:03:22.231660+00:00, sha fb24ccbbcdd2)
- Data as of 2026-08-30T08:39:29.467469+00:00.
