PHPackages                             koomai/laravel-cli-scheduler - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [CLI &amp; Console](/categories/cli)
4. /
5. koomai/laravel-cli-scheduler

ActiveLibrary[CLI &amp; Console](/categories/cli)

koomai/laravel-cli-scheduler
============================

Dynamically schedule your Laravel tasks using artisan commands.

v3.0.1(2y ago)29571MITPHPPHP ^8.1

Since Sep 21Pushed 2y ago2 watchersCompare

[ Source](https://github.com/koomai/laravel-cli-scheduler)[ Packagist](https://packagist.org/packages/koomai/laravel-cli-scheduler)[ Docs](https://github.com/koomai/laravel-cli-scheduler)[ GitHub Sponsors](https://github.com/koomai)[ RSS](/packages/koomai-laravel-cli-scheduler/feed)WikiDiscussions main Synced yesterday

READMEChangelog (2)Dependencies (10)Versions (10)Used By (0)

Laravel CLI Scheduler
=====================

[](#laravel-cli-scheduler)

Dynamically schedule your [Laravel tasks](https://laravel.com/docs/scheduling) using artisan commands.

[![Latest Version on Packagist](https://camo.githubusercontent.com/aa14f55410ab8956979dfa8be1aac07817e9b23c67a8afe20bd257cdfbd119ea/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6b6f6f6d61692f6c61726176656c2d636c692d7363686564756c65722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/koomai/laravel-cli-scheduler)[![GitHub Tests Action Status](https://camo.githubusercontent.com/d576156de4cdf3ed66f4903a865f3bdb3e5252d549287356c8bba00855438c7b/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f6b6f6f6d61692f6c61726176656c2d636c692d7363686564756c65722f504850556e69743f6c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/koomai/laravel-cli-scheduler/actions/workflows/run-tests.yml?query=branch%3Amain)[![GitHub Psalm Action Status](https://camo.githubusercontent.com/dc6abd76e6e6580888b5626e5a15c85a3f53a7771a31adb722eabde2d0bfbe50/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f6b6f6f6d61692f6c61726176656c2d636c692d7363686564756c65722f5073616c6d3f6c6162656c3d7073616c6d267374796c653d666c61742d737175617265)](https://github.com/koomai/laravel-cli-scheduler/actions/workflows/psalm.yml?query=branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/8b1f23d4736332bcb6666210a32b4ccba43360732eb50e0d68031dbd4db52acd/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f6b6f6f6d61692f6c61726176656c2d636c692d7363686564756c65722f504850253230435325323046697865723f6c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/koomai/laravel-cli-scheduler/actions/workflows/php-cs-fixer.yml?query=branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/8b89c6fad169efc554a32c8d0925f13b6a514b83643c1392d902f38435bce46f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6b6f6f6d61692f6c61726176656c2d636c692d7363686564756c65722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/koomai/laravel-cli-scheduler)

Laravel Scheduler allows you to add, view and remove scheduled tasks in a database via artisan commands. This is particularly useful when you want to schedule tasks without having to redeploy code.

Installation
------------

[](#installation)

Install the package via composer:

```
composer require koomai/laravel-cli-scheduler
```

You will need to publish the config file to customise the table name and/or setup default values for some options.

```
php artisan vendor:publish -tag="cli-scheduler-config"
```

Usage
-----

[](#usage)

### Add Scheduled Task

[](#add-scheduled-task)

`php artisan schedule:add`

### List scheduled tasks (in the database)

[](#list-scheduled-tasks-in-the-database)

`php artisan schedule:list-tasks`

### Show/Delete a scheduled task (in database)

[](#showdelete-a-scheduled-task-in-database)

`php artisan schedule:show `

`php artisan schedule:delete `

### Show due scheduled tasks (from both database and `Console\Kernel`)

[](#show-due-scheduled-tasks-from-both-database-and-consolekernel)

`php artisan schedule:due`

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [Sid K](https://github.com/koomai)
- [Spatie Package Skeleton](https://github.com/spatie/package-skeleton-laravel)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity72

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~207 days

Recently: every ~184 days

Total

8

Last Release

970d ago

Major Versions

v1.0.0 → v2.0.02021-09-08

v2.2.1 → v3.0.02023-09-13

PHP version history (3 changes)5.x-devPHP ^7.1

v2.0.0PHP ^7.4 || ^8.0

v3.0.0PHP ^8.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/53a237b1581b9695f535c4794f06ed1c84edbaf8ef1953628c0d3cba0392ec47?d=identicon)[koomai](/maintainers/koomai)

---

Top Contributors

[![koomai](https://avatars.githubusercontent.com/u/1274618?v=4)](https://github.com/koomai "koomai (26 commits)")

---

Tags

artisanlaravellaravel-packagephplaravelkoomailaravel-cli-scheduler

###  Code Quality

TestsPHPUnit

Static AnalysisPsalm

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/koomai-laravel-cli-scheduler/health.svg)

```
[![Health](https://phpackages.com/badges/koomai-laravel-cli-scheduler/health.svg)](https://phpackages.com/packages/koomai-laravel-cli-scheduler)
```

###  Alternatives

[larastan/larastan

Larastan - Discover bugs in your code without running it. A phpstan/phpstan extension for Laravel

6.4k43.5M5.2k](/packages/larastan-larastan)[laravel/passport

Laravel Passport provides OAuth2 server support to Laravel.

3.4k85.0M529](/packages/laravel-passport)[spatie/laravel-health

Monitor the health of a Laravel application

85810.0M83](/packages/spatie-laravel-health)[laravel/cashier

Laravel Cashier provides an expressive, fluent interface to Stripe's subscription billing services.

2.5k25.9M106](/packages/laravel-cashier)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9682.1M97](/packages/roots-acorn)[laravel/pulse

Laravel Pulse is a real-time application performance monitoring tool and dashboard for your Laravel application.

1.7k12.1M99](/packages/laravel-pulse)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
