PHPackages                             maherelgamil/cachebusting - 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. maherelgamil/cachebusting

ActiveLibrary[Caching](/categories/caching)

maherelgamil/cachebusting
=========================

Easy and useful tool to change version of file if it modified for laravel 4 .

325PHP

Since Jan 23Pushed 11y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

Cachebusting
============

[](#cachebusting)

Easy and useful tool to change version of file if it modified for laravel 4 .

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

[](#installation)

### Composer

[](#composer)

Add Laravel Cachebusting to your `composer.json` file.

```
"maherelgamil/cachebusting": "dev-master"

```

Run `composer install` to get the latest version of the package.

### Manually

[](#manually)

It's recommended that you use Composer, however you can download and install from this repository.

### Laravel 4

[](#laravel-4)

Cachebusting comes with a service provider for Laravel 4. You'll need to add it to your `composer.json` as mentioned in the above steps, then register the service provider with your application.

Open `app/config/app.php` and find the `providers` key. Add `Cachebusting\CachebustingServiceProvider` to the array.

```
	...
	'Maherelgamil\Cachebusting\CachebustingServiceProvider'
	...
```

You can also add an alias to the list of class aliases in the same app.php

```
	...
	'Bust'    => 'Maherelgamil\Cachebusting\Facades\Cachebusting'
	...
```

Useage
------

[](#useage)

```

```

License
-------

[](#license)

Cachebusting is an open-sourced laravel package licensed under the MIT license

###  Health Score

21

—

LowBetter than 17% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

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://www.gravatar.com/avatar/36c2155f42ace990363515c144c4903ae8eca6d69742f74ad329ec4feb721709?d=identicon)[maherbusnes](/maintainers/maherbusnes)

---

Top Contributors

[![maherelgamil](https://avatars.githubusercontent.com/u/6294478?v=4)](https://github.com/maherelgamil "maherelgamil (3 commits)")

### Embed Badge

![Health badge](/badges/maherelgamil-cachebusting/health.svg)

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

###  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)[phpfastcache/phpssdb

PHP SSDB Driver for phpFastCache

14736.9k1](/packages/phpfastcache-phpssdb)[rapidwebltd/rw-file-cache

RW File Cache is a PHP File-based Caching Library. Its syntax is designed to closely resemble the PHP memcache extension.

15196.8k7](/packages/rapidwebltd-rw-file-cache)[yuzuru-s/redis-recommend

Wrapping Redis's sorted set APIs for specializing recommending operations.

392.9k](/packages/yuzuru-s-redis-recommend)[ichhabrecht/intcache

Turn uncachable page objects into cacheable links

193.9k](/packages/ichhabrecht-intcache)

PHPackages © 2026

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