PHPackages                             rrr/nova-schedule-list - 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. rrr/nova-schedule-list

ActiveLibrary

rrr/nova-schedule-list
======================

A Laravel Nova tool.

0.0.8(5y ago)11.4kMITPHPPHP ^7.3CI failing

Since Oct 19Pushed 3y ago1 watchersCompare

[ Source](https://github.com/RicardoRamirezR/nova-schedule-list)[ Packagist](https://packagist.org/packages/rrr/nova-schedule-list)[ RSS](/packages/rrr-nova-schedule-list/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (4)Versions (8)Used By (0)

A Laravel Nova tool to list your previous and future schedules
==============================================================

[](#a-laravel-nova-tool-to-list-your-previous-and-future-schedules)

[![Latest Version on Packagist](https://camo.githubusercontent.com/be1a0731000ae8a212c4525caa8bc62c415ec1f060e4a8c25f670d20a7e9031d/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7272722f6e6f76612d7363686564756c652d6c6973742e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/rrr/nova-schedule-list)[![CircleCI branch](https://camo.githubusercontent.com/5ddb34246e61987aec9f33164ddcd597b882381399a278af08aa4e4f47403f2e/68747470733a2f2f696d672e736869656c64732e696f2f636972636c6563692f70726f6a6563742f6769746875622f5269636172646f52616d6972657a522f6e6f76612d7363686564756c652d6c6973742f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://camo.githubusercontent.com/5ddb34246e61987aec9f33164ddcd597b882381399a278af08aa4e4f47403f2e/68747470733a2f2f696d672e736869656c64732e696f2f636972636c6563692f70726f6a6563742f6769746875622f5269636172646f52616d6972657a522f6e6f76612d7363686564756c652d6c6973742f6d61737465722e7376673f7374796c653d666c61742d737175617265)[![StyleCI](https://camo.githubusercontent.com/f6090c6221543da4b1826bc10b3e526e7a35571b9ae4124be9ea8e9b8f67e4ae/68747470733a2f2f6769746875622e7374796c6563692e696f2f7265706f732f3135333637333835322f736869656c643f6272616e63683d6d6173746572)](https://github.styleci.io/repos/153673852)[![Total Downloads](https://camo.githubusercontent.com/62714afe690d1f793167d8c29fb23141b34cd8268bc15e3eaadba6e3009b8ca4/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f7272722f6e6f76612d7363686564756c652d6c6973742e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/rrr/nova-schedule-list)

This [Nova](https://nova.laravel.com) tool lets you list your previous and next scheduled tasks

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

[](#installation)

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

```
composer require rrr/nova-schedule-list
```

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

```
// in app/Providers/NovaServiceProvder.php

// ...

public function tools()
{
    return [
        // ...
        new \i8086\ScheduleList\ScheduleList,
    ];
}
```

Usage
-----

[](#usage)

Click on the "Schedule List" menu item in your Nova app to see the shcdule list tool.

### Testing

[](#testing)

```
composer test
```

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

- [Ricardo Ramirez R.](https://github.com/RicardoRamirezR)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

 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 ~118 days

Recently: every ~49 days

Total

7

Last Release

2052d ago

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

0.0.7PHP ^7.3

### Community

Maintainers

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

---

Top Contributors

[![RicardoRamirezR](https://avatars.githubusercontent.com/u/6526545?v=4)](https://github.com/RicardoRamirezR "RicardoRamirezR (9 commits)")

---

Tags

laravelnova

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/rrr-nova-schedule-list/health.svg)

```
[![Health](https://phpackages.com/badges/rrr-nova-schedule-list/health.svg)](https://phpackages.com/packages/rrr-nova-schedule-list)
```

###  Alternatives

[laravel/nova-log-viewer

A Laravel Nova tool for viewing your application logs.

136301.3k1](/packages/laravel-nova-log-viewer)[dniccum/nova-documentation

A Laravel Nova tool that allows you to add markdown-based documentation to your administrator's dashboard.

37116.4k](/packages/dniccum-nova-documentation)[datomatic/nova-enum-field

A Laravel Nova PHP 8.1 enum field with filters

20134.2k](/packages/datomatic-nova-enum-field)[advoor/nova-editor-js

A Laravel Nova field bringing EditorJs magic to Nova.

92179.0k3](/packages/advoor-nova-editor-js)

PHPackages © 2026

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