PHPackages                             parfumix/nova-scheduled-jobs - 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. [Admin Panels](/categories/admin)
4. /
5. parfumix/nova-scheduled-jobs

ActiveLibrary[Admin Panels](/categories/admin)

parfumix/nova-scheduled-jobs
============================

A Laravel Nova card to view your scheduled jobs.

2.1.0(6y ago)017MITPHPPHP &gt;=7.1.0

Since Aug 25Pushed 6y agoCompare

[ Source](https://github.com/parfumix/nova-scheduled-jobs)[ Packagist](https://packagist.org/packages/parfumix/nova-scheduled-jobs)[ Docs](https://github.com/llaski/nova-scheduled-jobs)[ RSS](/packages/parfumix-nova-scheduled-jobs/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (5)Versions (16)Used By (0)

Nova Scheduled Jobs
===================

[](#nova-scheduled-jobs)

[![Latest Version on Packagist](https://camo.githubusercontent.com/dd4cc9174f315b3869a372e3b2bdaeb46a3eb03b09f0a60cf0fa11f03f1fd93d/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6c6c61736b692f6e6f76612d7363686564756c65642d6a6f62732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/llaski/nova-scheduled-jobs)[![Total Downloads](https://camo.githubusercontent.com/5b03f35bf9caf4f141fd791954ea7f2d0bf6185f31991f57c422630b4e4b8edd/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6c6c61736b692f6e6f76612d7363686564756c65642d6a6f62732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/llaski/nova-scheduled-jobs)

Includes both a tool and card to display your scheduled commands and jobs
-------------------------------------------------------------------------

[](#includes-both-a-tool-and-card-to-display-your-scheduled-commands-and-jobs)

[![Nova Scheduled Jobs Tool Screenshot](https://raw.githubusercontent.com/llaski/screenshots/master/nova-scheduled-jobs-tool.png)](https://raw.githubusercontent.com/llaski/screenshots/master/nova-scheduled-jobs-tool.png)

[![Nova Scheduled Jobs Card Screenshot](https://raw.githubusercontent.com/llaski/screenshots/master/nova-scheduled-jobs-card.png)](https://raw.githubusercontent.com/llaski/screenshots/master/nova-scheduled-jobs-card.png)

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

[](#installation)

You can install the package in to a Laravel app that uses [Nova](https://nova.laravel.com) via composer:

```
composer require parfumix/nova-scheduled-jobs
```

To setup the tool, you must register the tool with Nova. This is typically done in the `tools` method of the `NovaServiceProvider`.

```
// in app/Providers/NovaServiceProvider.php

// ...

public function tools()
{
    return [
        // ...
        new \Llaski\NovaScheduledJobs\NovaScheduledJobsTool,
    ];
}
```

To setup the card, you must register the card with Nova. This is typically done in the `cards` method of the `NovaServiceProvider`.

```
// in app/Providers/NovaServiceProvider.php

// ...

public function cards()
{
    return [
        // ...
        new \Llaski\NovaScheduledJobs\NovaScheduledJobsCard,
    ];
}
```

### Testing

[](#testing)

```
phpunit
```

### Changelog

[](#changelog)

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

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

[](#contributing)

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

### Security

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [Larry Laski](https://github.com/llaski)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor1

Top contributor holds 67.2% 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 ~28 days

Recently: every ~96 days

Total

15

Last Release

2416d ago

Major Versions

0.0.6 → 1.0.02018-08-25

1.6.0 → 2.0.02019-09-10

### Community

Maintainers

![](https://www.gravatar.com/avatar/db7299473afa8a93d6beb49c5c9c31a6d58efb07c74a91eae71c77f9c1786fd8?d=identicon)[parfumix](/maintainers/parfumix)

---

Top Contributors

[![llaski](https://avatars.githubusercontent.com/u/833579?v=4)](https://github.com/llaski "llaski (39 commits)")[![klimov-paul](https://avatars.githubusercontent.com/u/1482054?v=4)](https://github.com/klimov-paul "klimov-paul (8 commits)")[![parfumix](https://avatars.githubusercontent.com/u/6368534?v=4)](https://github.com/parfumix "parfumix (6 commits)")[![tanjemark](https://avatars.githubusercontent.com/u/10845366?v=4)](https://github.com/tanjemark "tanjemark (2 commits)")[![jonnywilliamson](https://avatars.githubusercontent.com/u/2513663?v=4)](https://github.com/jonnywilliamson "jonnywilliamson (1 commits)")[![anjemark](https://avatars.githubusercontent.com/u/15997131?v=4)](https://github.com/anjemark "anjemark (1 commits)")[![shalawani](https://avatars.githubusercontent.com/u/7045417?v=4)](https://github.com/shalawani "shalawani (1 commits)")

---

Tags

laravelnova

### Embed Badge

![Health badge](/badges/parfumix-nova-scheduled-jobs/health.svg)

```
[![Health](https://phpackages.com/badges/parfumix-nova-scheduled-jobs/health.svg)](https://phpackages.com/packages/parfumix-nova-scheduled-jobs)
```

###  Alternatives

[khalin/nova-link-field

A Laravel Nova Link field.

31562.2k2](/packages/khalin-nova-link-field)[digital-creative/nova-dashboard

The missing dashboard for nova.

7169.3k1](/packages/digital-creative-nova-dashboard)[harrald/nova-combobox-filter

A Laravel Nova combobox filter. Supports selecting multiple items

13105.5k](/packages/harrald-nova-combobox-filter)[marianvlad/nova-ssl-card

A Laravel Nova card for SSL certificates.

1219.9k](/packages/marianvlad-nova-ssl-card)

PHPackages © 2026

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