PHPackages                             limedeck/nova-cashier-overview - 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. [Payment Processing](/categories/payments)
4. /
5. limedeck/nova-cashier-overview

ActiveLibrary[Payment Processing](/categories/payments)

limedeck/nova-cashier-overview
==============================

Interact with your Stripe subscriptions directly inside Nova.

4.2.0(3y ago)30198.0k—1.9%19[3 PRs](https://github.com/LimeDeck/nova-cashier-overview/pulls)MITVuePHP ^7.3 || ^8.0

Since Nov 25Pushed 2y ago1 watchersCompare

[ Source](https://github.com/LimeDeck/nova-cashier-overview)[ Packagist](https://packagist.org/packages/limedeck/nova-cashier-overview)[ RSS](/packages/limedeck-nova-cashier-overview/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (7)Dependencies (4)Versions (8)Used By (0)

A Laravel Nova resource tool to manage your Cashier (Stripe) subscriptions
==========================================================================

[](#a-laravel-nova-resource-tool-to-manage-your-cashier-stripe-subscriptions)

[![Latest Version on Packagist](https://camo.githubusercontent.com/f53ebd4e9ddd201e34be9abdf220509a1cd8ce778be8876d47a8b5b62cbfd106/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6c696d656465636b2f6e6f76612d636173686965722d6f766572766965772e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/limedeck/nova-cashier-overview)[![CircleCI](https://camo.githubusercontent.com/6554fea18f1005914dcb2aad9c3a859cab31789b4a84a343059fbf5d01a43fa8/68747470733a2f2f7472617669732d63692e6f72672f4c696d654465636b2f6e6f76612d636173686965722d6f766572766965772e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/LimeDeck/nova-cashier-overview)[![StyleCI](https://camo.githubusercontent.com/a8ef447ea882e713fc7dda1bffbf8fe39e0eedb3cbe5c29ace8ad4cbd1ea9844/68747470733a2f2f6769746875622e7374796c6563692e696f2f7265706f732f3232333531343738342f736869656c643f6272616e63683d6d6173746572)](https://github.styleci.io/repos/223514784)[![Total Downloads](https://camo.githubusercontent.com/9d1cc77542d6f772ce5fe960860fe40681bac0d84c4c3eb9547b8e06fd0e0c6a/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6c696d656465636b2f6e6f76612d636173686965722d6f766572766965772e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/limedeck/nova-cashier-overview)

This [Nova](https://nova.laravel.com) tool lets you:

- view a database subscription (subscription name is a parameter)
- view Stripe subscription details
- view invoices for a given subscription with a downloadable link
- change a subscription plan
- cancel a subscription
- resume a subscription
- avoid unnecessary Stripe API call when you load a resource to quickly get a status information and dive deeper if you need it

### Default view of the subscription

[](#default-view-of-the-subscription)

[![screenshot of the initial Cashier overview tool](https://raw.githubusercontent.com/LimeDeck/nova-cashier-overview/master/screenshots/initial.png)](https://raw.githubusercontent.com/LimeDeck/nova-cashier-overview/master/screenshots/initial.png)

### Expanded view of the subscription

[](#expanded-view-of-the-subscription)

[![screenshot of the expanded Cashier overview tool](https://raw.githubusercontent.com/LimeDeck/nova-cashier-overview/master/screenshots/expanded.png)](https://raw.githubusercontent.com/LimeDeck/nova-cashier-overview/master/screenshots/expanded.png)

Disclaimer
----------

[](#disclaimer)

This package has been heavily inspired by [themsaid/nova-cashier-manager](https://github.com/themsaid/nova-cashier-manager) and was created to be in sync with latest changes in Cashier as well as to optimize default loads by avoiding a Stripe API request unless it's needed. Structure of this repository was inspired by [spatie/skeleton-nova-tool](https://github.com/spatie/skeleton-nova-tool).

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

[](#installation)

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

```
composer require limedeck/nova-cashier-overview
```

Next up, you use the resource tool with Nova. This is typically done in the `fields` method of the desired Nova Resource.

```
use LimeDeck\NovaCashierOverview\Subscription;

// ...

public function fields(Request $request)
{
    return [
        ID::make()->sortable(),

        ...

        Subscription::make(),

        // if you want to display a specific subscription or multiple
        Subscription::make('a-fancy-subscription-name'),

        ...
    ];
}
```

### Testing

[](#testing)

```
composer test
```

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.

License
-------

[](#license)

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

###  Health Score

41

—

FairBetter than 89% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity46

Moderate usage in the ecosystem

Community16

Small or concentrated contributor base

Maturity67

Established project with proven stability

 Bus Factor1

Top contributor holds 81.1% 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 ~169 days

Recently: every ~223 days

Total

7

Last Release

1353d ago

Major Versions

1.0.1 → 2.0.02020-03-24

2.0.0 → 3.0.02021-06-14

3.0.0 → 4.0.02022-05-11

PHP version history (3 changes)1.0.0PHP &gt;=7.2

2.0.0PHP &gt;=7.2.5

3.0.0PHP ^7.3 || ^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/5a5f482e3e67d562ff1960a3c717509f46e165a61cf42d39da769bfd76576892?d=identicon)[HRcc](/maintainers/HRcc)

---

Top Contributors

[![rudowastaken](https://avatars.githubusercontent.com/u/5157177?v=4)](https://github.com/rudowastaken "rudowastaken (30 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (5 commits)")[![luigel](https://avatars.githubusercontent.com/u/26235960?v=4)](https://github.com/luigel "luigel (1 commits)")[![reppair](https://avatars.githubusercontent.com/u/10784954?v=4)](https://github.com/reppair "reppair (1 commits)")

---

Tags

cashierlaravelnovanovapackagestripelaravelnova

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/limedeck-nova-cashier-overview/health.svg)

```
[![Health](https://phpackages.com/badges/limedeck-nova-cashier-overview/health.svg)](https://phpackages.com/packages/limedeck-nova-cashier-overview)
```

###  Alternatives

[outl1ne/nova-sortable

This Laravel Nova package allows you to reorder models in a Nova resource's index view using drag &amp; drop.

2861.8M9](/packages/outl1ne-nova-sortable)[tightenco/nova-stripe

A tool to create a quick Stripe dashboard in your Laravel Nova admin panels

110308.9k](/packages/tightenco-nova-stripe)[stepanenko3/nova-command-runner

Laravel Nova tool for running Artisan and bash(shell) commands.

36983.0k](/packages/stepanenko3-nova-command-runner)[sbine/route-viewer

A Laravel Nova tool to view your registered routes.

57215.9k](/packages/sbine-route-viewer)[markwalet/nova-modal-response

A Laravel Nova asset for Modal responses on an action.

14720.0k](/packages/markwalet-nova-modal-response)[norman-huth/nova-assets-changer

Change Nova resources

2570.1k](/packages/norman-huth-nova-assets-changer)

PHPackages © 2026

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