PHPackages                             themsaid/nova-cashier-manager - 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. themsaid/nova-cashier-manager

AbandonedArchivedLibrary[Payment Processing](/categories/payments)

themsaid/nova-cashier-manager
=============================

Managing Stripe subscriptions inside the incredible Laravel Nova admin panel.

v0.2.1(7y ago)147140.8k↓50%48[20 issues](https://github.com/themsaid/nova-cashier-manager/issues)MITVuePHP &gt;=7.1.0

Since Aug 22Pushed 6y ago6 watchersCompare

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

READMEChangelog (4)DependenciesVersions (5)Used By (0)

This package is archived and is no longer maintained!
=====================================================

[](#this-package-is-archived-and-is-no-longer-maintained)

If you decide to maintain a fork, please contact me and I'll gladly share your repo here for people to use instead.

Laravel Nova / Laravel Cashier
==============================

[](#laravel-nova--laravel-cashier)

This package adds several components to your Laravel Nova Admin panel to help you with managing customer subscriptions, it works hand in hand with [Laravel Cashier](https://github.com/laravel/cashier).

Looking to see high-level information about your application's Stripe balance and charges in a Nova dashboard? Check out [Nova Stripe Dashboard](https://github.com/tightenco/nova-stripe).

How it works
------------

[](#how-it-works)

This package adds a section in the billable resource details view with some information about the subscription:

[![](https://github.com/themsaid/nova-cashier-tool/raw/master/resource-tool.jpg?raw=true)](https://github.com/themsaid/nova-cashier-tool/blob/master/resource-tool.jpg?raw=true)

If you want to display more details and be able to manage the subscription you may click the "Manage" link which will lead you to a screen with full management capabilities.

[![](https://github.com/themsaid/nova-cashier-tool/raw/master/billable-screen.jpg?raw=true)](https://github.com/themsaid/nova-cashier-tool/blob/master/billable-screen.jpg?raw=true)

Currently this package works only with laravel cashier for Stripe, Braintree is not supported yet.

Installation and usage
----------------------

[](#installation-and-usage)

You may require this package using composer:

```
composer require themsaid/nova-cashier-manager

```

Next up, you must register the tool with Nova in the tools method of the NovaServiceProvider:

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

// ...

public function tools()
{
   return [
        // ...
        new \Themsaid\CashierTool\CashierTool(),
    ];
}

```

Now in your billable resource, let's say User, add the following to the `fields()` method:

```
CashierResourceTool::make()->onlyOnDetail()

```

License
-------

[](#license)

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

###  Health Score

36

—

LowBetter than 82% of packages

Maintenance17

Infrequent updates — may be unmaintained

Popularity46

Moderate usage in the ecosystem

Community21

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 84.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 ~4 days

Total

4

Last Release

2806d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/7d96f0f919e9a1fd887da3f75818b1aad4ae2e2b82a1040641c4d1b4d621b712?d=identicon)[themsaid](/maintainers/themsaid)

---

Top Contributors

[![themsaid](https://avatars.githubusercontent.com/u/4332182?v=4)](https://github.com/themsaid "themsaid (22 commits)")[![c0b41](https://avatars.githubusercontent.com/u/2834954?v=4)](https://github.com/c0b41 "c0b41 (1 commits)")[![jerrebm](https://avatars.githubusercontent.com/u/5560816?v=4)](https://github.com/jerrebm "jerrebm (1 commits)")[![JoseVte](https://avatars.githubusercontent.com/u/3540836?v=4)](https://github.com/JoseVte "JoseVte (1 commits)")[![wilburpowery](https://avatars.githubusercontent.com/u/15817188?v=4)](https://github.com/wilburpowery "wilburpowery (1 commits)")

---

Tags

laravelnovapackagephplaravelstripenovacashier

### Embed Badge

![Health badge](/badges/themsaid-nova-cashier-manager/health.svg)

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

###  Alternatives

[tightenco/nova-stripe

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

110308.9k](/packages/tightenco-nova-stripe)[mmanos/laravel-billing

A billing package for Laravel 4.

451.3k](/packages/mmanos-laravel-billing)[lunarphp/stripe

Stripe payment driver for Lunar.

2055.8k4](/packages/lunarphp-stripe)[musahmusah/laravel-multipayment-gateways

A Laravel Package that makes implementation of multiple payment Gateways endpoints and webhooks seamless

852.2k1](/packages/musahmusah-laravel-multipayment-gateways)

PHPackages © 2026

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