PHPackages                             tightenco/nova-releases - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. tightenco/nova-releases

AbandonedArchivedLibrary[Utility &amp; Helpers](/categories/utility)

tightenco/nova-releases
=======================

Keep on top of Nova Releases

v1.0.0(5y ago)2043.3k↓66.7%3[1 issues](https://github.com/tighten/nova-releases/issues)MITVuePHP &gt;=7.2.5

Since Sep 5Pushed 2y ago5 watchersCompare

[ Source](https://github.com/tighten/nova-releases)[ Packagist](https://packagist.org/packages/tightenco/nova-releases)[ RSS](/packages/tightenco-nova-releases/feed)WikiDiscussions main Synced 1mo ago

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

[![Nova-Releases Logo](https://raw.githubusercontent.com/tightenco/nova-releases/master/nova-releases-banner.png)](https://raw.githubusercontent.com/tightenco/nova-releases/master/nova-releases-banner.png)

Keep up on Nova releases
========================

[](#keep-up-on-nova-releases)

[![Latest Version on Packagist](https://camo.githubusercontent.com/48fa6610e6e38dcd7bd20e1e83d49d708e204cb4943683cb194c0dc1066707f4/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7469676874656e636f2f6e6f76612d72656c65617365732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/tightenco/nova-releases)[![Total Downloads](https://camo.githubusercontent.com/9e8dac4439d40e59cde7055064733ebbcfccc0d5a89e5c1e853ba5f37be49b08/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f7469676874656e636f2f6e6f76612d72656c65617365732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/tightenco/nova-releases)

The card:

[![screen shot 2018-09-06 at 12 13 19 am](https://user-images.githubusercontent.com/151829/45134868-a18fb680-b16a-11e8-98c4-f5583c6009da.png)](https://user-images.githubusercontent.com/151829/45134868-a18fb680-b16a-11e8-98c4-f5583c6009da.png)

[![screen shot 2018-09-06 at 12 13 45 am](https://user-images.githubusercontent.com/151829/45134870-a18fb680-b16a-11e8-8192-4e08ce1f0524.png)](https://user-images.githubusercontent.com/151829/45134870-a18fb680-b16a-11e8-8192-4e08ce1f0524.png)

The tool:

[![screen shot 2018-09-10 at 12 07 39 am](https://user-images.githubusercontent.com/151829/45276011-e62e9100-b48d-11e8-8217-481f999f9521.png)](https://user-images.githubusercontent.com/151829/45276011-e62e9100-b48d-11e8-8217-481f999f9521.png)

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

[](#installation)

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

```
composer require tightenco/nova-releases
```

Next up, you may 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 \Tightenco\NovaReleases\LatestRelease,
    ];
}
```

You can also register the "release history" tool, in the `tools` method of the `NovaServiceProvider`.

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

// ...

public function tools()
{
    return [
        // ...
        new \Tightenco\NovaReleases\AllReleases,
    ];
}
```

### Security

[](#security)

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

License
-------

[](#license)

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

###  Health Score

37

—

LowBetter than 83% of packages

Maintenance19

Infrequent updates — may be unmaintained

Popularity35

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 90.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 ~82 days

Recently: every ~182 days

Total

10

Last Release

2075d ago

Major Versions

v0.2.5 → v1.0.02020-09-12

PHP version history (2 changes)v0.1.0PHP &gt;=7.1.0

v1.0.0PHP &gt;=7.2.5

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/151829?v=4)[Matt Stauffer](/maintainers/mattstauffer)[@mattstauffer](https://github.com/mattstauffer)

---

Top Contributors

[![mattstauffer](https://avatars.githubusercontent.com/u/151829?v=4)](https://github.com/mattstauffer "mattstauffer (29 commits)")[![arubacao](https://avatars.githubusercontent.com/u/7462542?v=4)](https://github.com/arubacao "arubacao (1 commits)")[![BenSampo](https://avatars.githubusercontent.com/u/1488068?v=4)](https://github.com/BenSampo "BenSampo (1 commits)")[![swapnilsarwe](https://avatars.githubusercontent.com/u/166912?v=4)](https://github.com/swapnilsarwe "swapnilsarwe (1 commits)")

---

Tags

laravelnova

### Embed Badge

![Health badge](/badges/tightenco-nova-releases/health.svg)

```
[![Health](https://phpackages.com/badges/tightenco-nova-releases/health.svg)](https://phpackages.com/packages/tightenco-nova-releases)
```

###  Alternatives

[dillingham/nova-attach-many

Attach Many Nova field

2712.0M2](/packages/dillingham-nova-attach-many)[sbine/route-viewer

A Laravel Nova tool to view your registered routes.

57215.9k](/packages/sbine-route-viewer)[stepanenko3/nova-cards

A Laravel Nova info cards.

33143.0k](/packages/stepanenko3-nova-cards)[markwalet/nova-modal-response

A Laravel Nova asset for Modal responses on an action.

14720.0k](/packages/markwalet-nova-modal-response)

PHPackages © 2026

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