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 .

225PHP

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 yesterday

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 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

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

PHPackages © 2026

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