PHPackages                             hcdesigns/laravel-cache-buster - 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. hcdesigns/laravel-cache-buster

ActiveLibrary[Caching](/categories/caching)

hcdesigns/laravel-cache-buster
==============================

Laravel cache buster

v0.1.3(9y ago)0632MITPHP

Since Apr 6Pushed 8y ago4 watchersCompare

[ Source](https://github.com/hcdesigns/laravel-cache-buster)[ Packagist](https://packagist.org/packages/hcdesigns/laravel-cache-buster)[ RSS](/packages/hcdesigns-laravel-cache-buster/feed)WikiDiscussions master Synced 2w ago

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

Laravel Cache Buster
====================

[](#laravel-cache-buster)

Invalidate cache + blade view cache by posting to a URL.

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

[](#installation)

Require this package with composer:

```
composer require hcdesigns/laravel-cache-buster
```

Add this package to your project in app.php:

```
Hcdesigns\LaravelCacheBuster\CacheServiceProvider::class,
```

Initialize this package:

```
php artisan vendor:publish
```

Customization
-------------

[](#customization)

In config/cache-buster.php you can edit your API key and customize your URL

Usage
-----

[](#usage)

POST via curl or a browser to:

>

with parameters: api\_key (config/cache-buster.php) and type (all, view)

To Do
-----

[](#to-do)

Allow clearing cache by key and tags

###  Health Score

27

—

LowBetter than 46% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity56

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 ~0 days

Total

4

Last Release

3417d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1183382?v=4)[Harvey](/maintainers/harveychow)[@harveychow](https://github.com/harveychow)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/hcdesigns-laravel-cache-buster/health.svg)

```
[![Health](https://phpackages.com/badges/hcdesigns-laravel-cache-buster/health.svg)](https://phpackages.com/packages/hcdesigns-laravel-cache-buster)
```

###  Alternatives

[iazaran/smart-cache

Smart Cache is a caching optimization package designed to enhance the way your Laravel application handles data caching. It intelligently manages large data sets by compressing, chunking, or applying other optimization strategies to keep your application performant and efficient.

21114.2k](/packages/iazaran-smart-cache)

PHPackages © 2026

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