PHPackages                             vink/nova-cache-card - 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. [Caching](/categories/caching)
4. /
5. vink/nova-cache-card

ActiveLibrary[Caching](/categories/caching)

vink/nova-cache-card
====================

Manage your application's cache from a handy Laravel Nova dashboard card.

1.0.2(7y ago)26317.3k↑40.6%4[3 issues](https://github.com/dannyvink/nova-cache-card/issues)1MITVuePHP &gt;=7.1.0

Since Aug 23Pushed 7y ago2 watchersCompare

[ Source](https://github.com/dannyvink/nova-cache-card)[ Packagist](https://packagist.org/packages/vink/nova-cache-card)[ Docs](https://github.com/dannyvink/nova-cache-card)[ RSS](/packages/vink-nova-cache-card/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (3)Dependencies (1)Versions (4)Used By (1)

Laravel Nova - Cache Management Card
====================================

[](#laravel-nova---cache-management-card)

Manage your application's cache from a handy Laravel Nova dashboard card.

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

[](#installation)

You can install the package in to any app running [Laravel Nova](https://nova.laravel.com) via Composer:

```
composer require vink/nova-cache-card
```

Once installed, you need to add the card to your `NovaServiceProvider.php` file:

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

// ...

public function cards()
{
    return [
        // ...
        new \Vink\NovaCacheCard\CacheCard(),
    ];
}
```

Usage
-----

[](#usage)

A new card will appear on your dashboard giving you control over your applications *default* cache driver. From the card, you can **get** values from the cache, **forget** values from the cache, or even **flush** the whole thing.

[![Card Preview](https://camo.githubusercontent.com/c931c67170098cb79273bbf332f6f73d0a20700ec75d77ee60693e94901ce8cb/687474703a2f2f6463762e696f2f70726f6a656374732f6e6f76612d63616368652d636172642f63616368655f636172642e706e67)](https://camo.githubusercontent.com/c931c67170098cb79273bbf332f6f73d0a20700ec75d77ee60693e94901ce8cb/687474703a2f2f6463762e696f2f70726f6a656374732f6e6f76612d63616368652d636172642f63616368655f636172642e706e67)

[![Cache Viewer](https://camo.githubusercontent.com/059d6d1bae295f05f79710c398726066474bc0a5ca422108951b91241c932c93/687474703a2f2f6463762e696f2f70726f6a656374732f6e6f76612d63616368652d636172642f63616368655f766965772e706e67)](https://camo.githubusercontent.com/059d6d1bae295f05f79710c398726066474bc0a5ca422108951b91241c932c93/687474703a2f2f6463762e696f2f70726f6a656374732f6e6f76612d63616368652d636172642f63616368655f766965772e706e67)

Important Note
--------------

[](#important-note)

This is an administrative tool used to manage your applications caching. It is **up to YOU** to ensure this card is properly gated for appropriate administrators only. [Fortunately, Nova makes this easy](https://nova.laravel.com/docs/1.0/customization/cards.html#authorization). I am in no way responsible if you manage to flush *very important* cache items down the toilet.

License
-------

[](#license)

This card is released under the MIT License (MIT). Please see the included [license file](LICENSE.md) for more information.

###  Health Score

37

—

LowBetter than 83% of packages

Maintenance18

Infrequent updates — may be unmaintained

Popularity44

Moderate usage in the ecosystem

Community13

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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 ~89 days

Total

3

Last Release

2648d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/52167572?v=4)[Vink](/maintainers/Vink)[@vink](https://github.com/vink)

---

Top Contributors

[![dannyvink](https://avatars.githubusercontent.com/u/2053980?v=4)](https://github.com/dannyvink "dannyvink (2 commits)")

---

Tags

laravelrediscachefilenova

### Embed Badge

![Health badge](/badges/vink-nova-cache-card/health.svg)

```
[![Health](https://phpackages.com/badges/vink-nova-cache-card/health.svg)](https://phpackages.com/packages/vink-nova-cache-card)
```

###  Alternatives

[awssat/laravel-visits

Laravel Redis visits counter for Eloquent models

975163.6k2](/packages/awssat-laravel-visits)[zoxta/nova-cloudflare-card

Purge your CloudFlare's cache in two clicks from a Laravel Nova dashboard card.

105.7k](/packages/zoxta-nova-cloudflare-card)[byerikas/cache-tags

Allows for Redis/Valkey cache flushing multiple tagged items by a single tag.

1413.9k](/packages/byerikas-cache-tags)[bnomei/kirby3-redis-cachedriver

Advanced Redis cache-driver with in-memory store, transactions and preloading

101.7k](/packages/bnomei-kirby3-redis-cachedriver)

PHPackages © 2026

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