PHPackages                             vnclone/laravel-static-html-cache - 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. vnclone/laravel-static-html-cache

ActiveLibrary[Caching](/categories/caching)

vnclone/laravel-static-html-cache
=================================

store/cache generated responses as a static file

014PHP

Since Jun 23Pushed 9y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

laravel-static-html-cache
=========================

[](#laravel-static-html-cache)

> store/cache generated responses as a static file

Setup
-----

[](#setup)

Add the service provider to the `config/app.php` provider array

```
vnclone\LaravelStaticHtmlCache\Provider\LaravelStaticHtmlCacheProvider::class,
```

Then add the middleware to the end of your `Http/Kernel.php` middleware array.

```
protected $middleware = [
   \vnclone\LaravelStaticHtmlCache\Http\Middleware\LaravelStaticHtmlCacheMiddleware::class,
];
```

Clear the files
---------------

[](#clear-the-files)

To clear all the files manually you can use an artisan task.

```
php artisan static-html-cache:clear
```

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

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/4797163?v=4)[VNClone](/maintainers/VietSmall)[@VietSmall](https://github.com/VietSmall)

---

Top Contributors

[![VietSmall](https://avatars.githubusercontent.com/u/4797163?v=4)](https://github.com/VietSmall "VietSmall (6 commits)")

### Embed Badge

![Health badge](/badges/vnclone-laravel-static-html-cache/health.svg)

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

###  Alternatives

[beryllium/cachebundle

Provides an interface to Memcache for Symfony2 applications

32136.0k](/packages/beryllium-cachebundle)

PHPackages © 2026

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