PHPackages                             jsefton/laravel-page-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. jsefton/laravel-page-cache

ActiveLibrary[Caching](/categories/caching)

jsefton/laravel-page-cache
==========================

Page cache for Laravel applications to improve site speed

0.1.0(8y ago)038MITPHPPHP ^7.0

Since Feb 28Pushed 8y ago1 watchersCompare

[ Source](https://github.com/jsefton/laravel-page-cache)[ Packagist](https://packagist.org/packages/jsefton/laravel-page-cache)[ Docs](https://github.com/jsefton/laravel-page-cache)[ RSS](/packages/jsefton-laravel-page-cache/feed)WikiDiscussions master Synced today

READMEChangelog (1)DependenciesVersions (2)Used By (0)

Laravel Page Cache
------------------

[](#laravel-page-cache)

This package uses middleware to wrap around all requests and store the response HTML. If the request has been executed before it'll return the already processed HTML ready without having to execute any further methods, such as controllers, models, view rendering, database queries etc...

### Installation

[](#installation)

You will need composer to install this package (get composer). Then run:

```
composer require jsefton/laravel-page-cache
```

#### Register Service Provider

[](#register-service-provider)

Add the below into your `config/app.php` within `providers` array

```
JSefton\PageCache\PageCacheServiceProvider::class

```

After installation you will need to publish the config file and a storage folder for the render cache. To do this run:

```
php artisan vendor:publish --tag=pagecache
```

This will create the file `config/pagecache.php` where you can configure the settings around page cache.

### Usage

[](#usage)

#### Clearing Cache

[](#clearing-cache)

You can run an artisan command to clear all cache storage with:

```
php artisan pagecache:clear
```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity48

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

Unknown

Total

1

Last Release

2995d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/41b413127c7499a63bcb5c5ae903bd8961ba29300b6ccbda873e0c4bf06d0a02?d=identicon)[jsefton](/maintainers/jsefton)

---

Top Contributors

[![jsefton](https://avatars.githubusercontent.com/u/4114741?v=4)](https://github.com/jsefton "jsefton (12 commits)")

---

Tags

cachelaravelphpstatic-sitephplaravelpagecachestaticspeed

### Embed Badge

![Health badge](/badges/jsefton-laravel-page-cache/health.svg)

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

###  Alternatives

[awssat/laravel-visits

Laravel Redis visits counter for Eloquent models

975163.6k2](/packages/awssat-laravel-visits)[lochmueller/staticfilecache

Transparent static file cache solution using mod\_rewrite and mod\_expires. Increase performance for static pages by a factor of 230!!

1311.3M3](/packages/lochmueller-staticfilecache)[swayok/alternative-laravel-cache

Replacements for Laravel's redis and file cache stores that properly implement tagging idea. Powered by cache pool implementations provided by http://www.php-cache.com/

202541.1k6](/packages/swayok-alternative-laravel-cache)[antennaio/laravel-clyde

Image uploads and manipulation for Laravel, a wrapper around Glide

292.6k](/packages/antennaio-laravel-clyde)

PHPackages © 2026

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