PHPackages                             dnabeast/cachebuster - 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. dnabeast/cachebuster

AbandonedLibrary[Caching](/categories/caching)

dnabeast/cachebuster
====================

Create new css and js files to bust long cached files

043PHP

Since May 22Pushed 9y ago1 watchersCompare

[ Source](https://github.com/dnabeast/cachebuster)[ Packagist](https://packagist.org/packages/dnabeast/cachebuster)[ RSS](/packages/dnabeast-cachebuster/feed)WikiDiscussions master Synced 6d ago

READMEChangelogDependenciesVersions (1)Used By (0)

Simple cachebuster for Laravel Blade
====================================

[](#simple-cachebuster-for-laravel-blade)

Installing
==========

[](#installing)

Add the dependency to your project:

```
composer require DNABeast/cachebuster:dev-master
```

After updating composer, add the ServiceProvider to the providers array in config/app.php

### Laravel 5.2:

[](#laravel-52)

```
DNABeast\CacheBuster\CacheBusterServiceProvider::class,

```

USAGE
-----

[](#usage)

In a blade file: @cachebuster('css/style.css')

If in a production environment it checks whether the file is older or a different size and if it is creates a new build file. Good for busting long caches set by your server.

You may need to clear the view cache.

```
php artisan view:clear

```

###  Health Score

21

—

LowBetter than 17% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/3229763?v=4)[Dan](/maintainers/dnabeast)[@dnabeast](https://github.com/dnabeast)

---

Top Contributors

[![dnabeast](https://avatars.githubusercontent.com/u/3229763?v=4)](https://github.com/dnabeast "dnabeast (11 commits)")

### Embed Badge

![Health badge](/badges/dnabeast-cachebuster/health.svg)

```
[![Health](https://phpackages.com/badges/dnabeast-cachebuster/health.svg)](https://phpackages.com/packages/dnabeast-cachebuster)
```

###  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)
