PHPackages                             eagle-developers/nova-scheduled-tasks - 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. eagle-developers/nova-scheduled-tasks

ActiveLibrary[Admin Panels](/categories/admin)

eagle-developers/nova-scheduled-tasks
=====================================

A Laravel Nova card to view your scheduled tasks.

1.1.0(5y ago)14.1kMITPHPPHP &gt;=7.2.5

Since Apr 9Pushed 5y ago2 watchersCompare

[ Source](https://github.com/eagle-developers/nova-scheduled-tasks)[ Packagist](https://packagist.org/packages/eagle-developers/nova-scheduled-tasks)[ Docs](https://github.com/eagle-developers/nova-scheduled-tasks)[ RSS](/packages/eagle-developers-nova-scheduled-tasks/feed)WikiDiscussions master Synced 2d ago

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

Nova Scheduled Tasks
====================

[](#nova-scheduled-tasks)

[![Latest Version on Packagist](https://camo.githubusercontent.com/ed2970f133ccb8c4990d4fcc2afd87cb455de1dd3f6c54b19d5a8bf536e3a52b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6561676c652d646576656c6f706572732f6e6f76612d7363686564756c65642d7461736b732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/eagle-developers/nova-scheduled-tasks)[![Total Downloads](https://camo.githubusercontent.com/f8bdc0efabc03c028582a9da3728652940fc253a06439c939f3df0fa4b066131/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6561676c652d646576656c6f706572732f6e6f76612d7363686564756c65642d7461736b732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/eagle-developers/nova-scheduled-tasks)

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

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

[![Nova Scheduled Tasks Tool Screenshot](https://user-images.githubusercontent.com/4362516/55746628-c64d5480-59ff-11e9-99a7-5d4de353d1d8.png)](https://user-images.githubusercontent.com/4362516/55746628-c64d5480-59ff-11e9-99a7-5d4de353d1d8.png)

[![Nova Scheduled Tasks Card Screenshot](https://user-images.githubusercontent.com/4362516/55746634-cbaa9f00-59ff-11e9-968e-c8c66a5fe2d4.png)](https://user-images.githubusercontent.com/4362516/55746634-cbaa9f00-59ff-11e9-968e-c8c66a5fe2d4.png)

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

[](#installation)

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

```
composer require eagle-developers/nova-scheduled-tasks
```

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 \EagleDevelopers\NovaScheduledTasks\NovaScheduledTasksTool,
    ];
}
```

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 \EagleDevelopers\NovaScheduledTasks\NovaScheduledTasksCard,
    ];
}
```

### 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.

Credits
-------

[](#credits)

- [Eagle Developers](https://github.com/eagle-developers)
- [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

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 59.6% 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 ~239 days

Total

3

Last Release

2113d ago

PHP version history (2 changes)1.0.0PHP &gt;=7.1.0

1.1.0PHP &gt;=7.2.5

### Community

Maintainers

![](https://www.gravatar.com/avatar/5146de612775103854917aca17a9e27251fcff339087109ec4113891d246e122?d=identicon)[eagle-developers](/maintainers/eagle-developers)

---

Top Contributors

[![llaski](https://avatars.githubusercontent.com/u/833579?v=4)](https://github.com/llaski "llaski (31 commits)")[![trip-somers](https://avatars.githubusercontent.com/u/4362516?v=4)](https://github.com/trip-somers "trip-somers (17 commits)")[![tanjemark](https://avatars.githubusercontent.com/u/10845366?v=4)](https://github.com/tanjemark "tanjemark (2 commits)")[![anjemark](https://avatars.githubusercontent.com/u/15997131?v=4)](https://github.com/anjemark "anjemark (1 commits)")[![jonnywilliamson](https://avatars.githubusercontent.com/u/2513663?v=4)](https://github.com/jonnywilliamson "jonnywilliamson (1 commits)")

---

Tags

laravelnovascheduled-tasks

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/eagle-developers-nova-scheduled-tasks/health.svg)

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

###  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)

PHPackages © 2026

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