PHPackages                             rhyslees/nova-spark-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. rhyslees/nova-spark-overview

ActiveLibrary

rhyslees/nova-spark-overview
============================

Interact with your Stripe subscriptions directly inside Nova.

2.0.0(3y ago)072MITPHPPHP ^8.2

Since Sep 19Pushed 3y agoCompare

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

READMEChangelog (2)Dependencies (5)Versions (4)Used By (0)

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

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

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/RhysLees/nova-spark-overview/master/screenshots/initial.png)](https://raw.githubusercontent.com/RhysLees/nova-spark-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/RhysLees/nova-spark-overview/master/screenshots/expanded.png)](https://raw.githubusercontent.com/RhysLees/nova-spark-overview/master/screenshots/expanded.png)

Disclaimer
----------

[](#disclaimer)

This Package is an edited version of [LimeDeck/nova-cashier-overview](LimeDeck/nova-cashier-overview) to allow spark plan integration.

[LimeDeck/nova-cashier-overview](LimeDeck/nova-cashier-overview) was 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 rhyslees/nova-spark-overview
```

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

```
use RhysLees\NovaSparkOverview\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

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity61

Established project with proven stability

 Bus Factor1

Top contributor holds 71.4% 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 ~75 days

Total

3

Last Release

1178d ago

Major Versions

1.0.1 → 2.0.02023-02-16

PHP version history (2 changes)1.0.0PHP ^7.3 || ^8.0

2.0.0PHP ^8.2

### Community

Maintainers

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

---

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)")[![RhysLees](https://avatars.githubusercontent.com/u/43909932?v=4)](https://github.com/RhysLees "RhysLees (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

laravelnova

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/rhyslees-nova-spark-overview/health.svg)

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

###  Alternatives

[optimistdigital/nova-sortable

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

2872.1M6](/packages/optimistdigital-nova-sortable)[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)[laravel/nova-log-viewer

A Laravel Nova tool for viewing your application logs.

136301.3k1](/packages/laravel-nova-log-viewer)[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)[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)

PHPackages © 2026

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