dispatcher
Command scheduler
Schedules artisan commands to run automatically at specified times and environments.
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.
1k stars
39 watching
70 forks
Language: PHP
last commit: almost 6 years ago
Linked from 3 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
| Manages Laravel schedule from a web dashboard | 1,795 |
| An alternative to Grand Central Dispatch with new Swift classes for queues, timers, and task groups. | 107 |
| A package that enables running Laravel artisan commands in the terminal. | 859 |
| A CLI tool for managing remote Redux dispatch instances and interacting with remotedev-server | 30 |
| A Mesos framework written in Go for scheduling and managing tasks | 9 |
| A distributed task scheduler and runner with a web-based UI that handles scheduling, job running, and real-time stats across multiple servers. | 3,975 |
| Automatically schedules tasks on a distributed system using Docker Swarm and Go | 773 |
| A library that enables event-driven programming in PHP applications. | 21 |
| A single-page web application built using Laravel and VueJS to manage events schedules. | 12 |
| Provides a web interface to interact with and manage Artisan commands in Laravel applications. | 215 |
| A task manager based on a time wheel algorithm for managing timed tasks with scheduling and dynamic add/cancel/remove capabilities. | 317 |
| A lightweight and distributed task scheduling platform written in Rust. | 717 |
| A tool to manually dispatch actions in Redux applications for testing purposes | 142 |
| A notification system that checks preferences and dispatches notifications to different adapters | 30 |
| A library that enables loose coupling and communication between components in an application using the Mediator and Observer patterns. | 13 |