PHPackages                             bavyhappy/nova-cashier-overview-plan-details - 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. bavyhappy/nova-cashier-overview-plan-details

ActiveLibrary[Payment Processing](/categories/payments)

bavyhappy/nova-cashier-overview-plan-details
============================================

Interact with your Stripe subscriptions directly inside Nova.

v1.2.5(3y ago)016MITPHPPHP ^7.3 || ^8.0

Since Mar 31Pushed 3y agoCompare

[ Source](https://github.com/bavyhappy/nova-cashier-overview-plan-details)[ Packagist](https://packagist.org/packages/bavyhappy/nova-cashier-overview-plan-details)[ RSS](/packages/bavyhappy-nova-cashier-overview-plan-details/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (5)Versions (9)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/2fc2188878b4baa10eee7f4c55a87666c254f1a1a3c5d3d0fa80ac3bab21b04c/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6261767968617070792f6e6f76612d636173686965722d6f766572766965772d706c616e2d64657461696c732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/bavyhappy/nova-cashier-overview-plan-details)

[![Total Downloads](https://camo.githubusercontent.com/555de63015212a5bba3b3467be0f99814fc79d1b91108670c66ef50e8037f902/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6261767968617070792f6e6f76612d636173686965722d6f766572766965772d706c616e2d64657461696c732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/bavyhappy/nova-cashier-overview-plan-details)

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

- view a database plan (plan name is a parameter)
- view a database product (product name is a parameter)
- view a database subscription (subscription name is a parameter)
- view Stripe subscription details and plans name
- 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/bavyhappy/nova-cashier-overview-plan-details/master/screenshots/initial.png)](https://raw.githubusercontent.com/bavyhappy/nova-cashier-overview-plan-details/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/bavyhappy/nova-cashier-overview-plan-details/master/screenshots/expanded.png)](https://raw.githubusercontent.com/bavyhappy/nova-cashier-overview-plan-details/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 bavyhappy/nova-cashier-overview-plan-details
```

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

Database Migrations
-------------------

[](#database-migrations)

In this packages the service provider registers its own database migration directory, so remember to migrate your database after installing the package.

```
php artisan migrate
```

If you need to overwrite the migrations that ship with Cashier, you can publish them using the vendor:publish Artisan command:

```
php artisan vendor:publish --tag="cashier-overview-details-migrations"
```

Usage
-----

[](#usage)

```
use Bavyhappy\NovaCashierOverviewPlanDetail;

// ...

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

25

—

LowBetter than 35% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity56

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 56.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 ~0 days

Total

8

Last Release

1190d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4e8c10f3ea7281375d461b759c1539a74d3d07d4a37a5afe8364b5490f36d1ae?d=identicon)[bavyhappy](/maintainers/bavyhappy)

---

Top Contributors

[![rudowastaken](https://avatars.githubusercontent.com/u/5157177?v=4)](https://github.com/rudowastaken "rudowastaken (30 commits)")[![bavyhappy](https://avatars.githubusercontent.com/u/10995716?v=4)](https://github.com/bavyhappy "bavyhappy (16 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

laravelstripenovacashier

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[tightenco/nova-stripe

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

109334.9k](/packages/tightenco-nova-stripe)[maartenpaauw/filament-cashier-billing-provider

Filament billing provider for Laravel Cashier

10339.8k](/packages/maartenpaauw-filament-cashier-billing-provider)[markwalet/nova-modal-response

A Laravel Nova asset for Modal responses on an action.

17878.9k](/packages/markwalet-nova-modal-response)[lanos/laravel-cashier-stripe-connect

Adds Stripe Connect functionality to Laravel's main billing package, Cashier.

85165.4k](/packages/lanos-laravel-cashier-stripe-connect)[expdev07/laravel-cashier-stripe-connect

Adds Stripe Connect functionality to Laravel's main billing package, Cashier.

65141.6k](/packages/expdev07-laravel-cashier-stripe-connect)[mmanos/laravel-billing

A billing package for Laravel 4.

461.3k](/packages/mmanos-laravel-billing)

PHPackages © 2026

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