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

ActiveLibrary[Payment Processing](/categories/payments)

pkaratanev/nova-cashier-manager
===============================

Managing Stripe subscriptions inside the incredible Laravel Nova admin panel.

v0.3.2(5y ago)02.2kMITVuePHP &gt;=7.1.0

Since Aug 22Pushed 5y agoCompare

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

READMEChangelogDependenciesVersions (8)Used By (0)

Fork Notes
==========

[](#fork-notes)

While the base repo is not having fixes merged i'm using this repo for my own purposes, fixes/changes will be implemented when I need them such as the ones already added by @bstump before me.

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

[](#installation)

```
 "repositories": [
    {
      "type": "git",
      "url": "https://github.com/pkaratanev/nova-cashier-manager"
    },
]

```

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/pkaratanev/nova-cashier-tool/raw/master/resource-tool.jpg?raw=true)](https://github.com/pkaratanev/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/pkaratanev/nova-cashier-tool/raw/master/billable-screen.jpg?raw=true)](https://github.com/pkaratanev/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 pkaratanev/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 \pkaratanev\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

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 61.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 ~156 days

Recently: every ~233 days

Total

7

Last Release

1885d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/3da9d43a7d50d911ccd85c13570c97d9f4591c9ce1521738de5119e27a775a23?d=identicon)[pkaratanev](/maintainers/pkaratanev)

---

Top Contributors

[![themsaid](https://avatars.githubusercontent.com/u/4332182?v=4)](https://github.com/themsaid "themsaid (22 commits)")[![pkaratanev](https://avatars.githubusercontent.com/u/47246453?v=4)](https://github.com/pkaratanev "pkaratanev (10 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

laravelstripenovacashier

### Embed Badge

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

```
[![Health](https://phpackages.com/badges/pkaratanev-nova-cashier-manager/health.svg)](https://phpackages.com/packages/pkaratanev-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)
