PHPackages                             enikeishik/cachewholepage - 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. enikeishik/cachewholepage

ActiveLibrary[Caching](/categories/caching)

enikeishik/cachewholepage
=========================

CacheWholePage package for Laravel framework - allow to cache whole page output.

01PHP

Since Oct 16Pushed 4y ago1 watchersCompare

[ Source](https://github.com/enikeishik/cachewholepage)[ Packagist](https://packagist.org/packages/enikeishik/cachewholepage)[ RSS](/packages/enikeishik-cachewholepage/feed)WikiDiscussions main Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

CacheWholePage
==============

[](#cachewholepage)

Package for [Laravel framework](https://laravel.com/) - allow to cache whole page output.

Requirements
------------

[](#requirements)

- PHP &gt;= 7.4
- Laravel &gt;= 7.0

Install
-------

[](#install)

Install (or update) package via [composer](http://getcomposer.org/):

```
composer require enikeishik/cachewholepage
```

Make sure autoload will be changed:

```
composer dump-autoload
```

Publish package via artisan:

```
php artisan vendor:publish --provider="Enikeishik\CacheWholePage\ServiceProvider"
```

This command copy configuration file into corresponding project folder.

After install
-------------

[](#after-install)

By default caching apply to all routes in `web` group. It can be changed in service provider.

Tune configuration parameter `CACHE_WP_TTL` in `env` file (or `ttl` parameter in `cachewholepage.php` file in project configuration folder) corresponding to your needs.

Add first segment of path to `excludes` array in `cachewholepage.php` file in project configuration folder to avoid caching.

Cache and lock TTLs should be obviously more than the estimated page generation time.

###  Health Score

15

—

LowBetter than 3% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity1

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity29

Early-stage or recently created project

 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/9f404fa292f952ba0429cfe11f608e982e0d9d645f2ac864c53abee7f71dff2b?d=identicon)[enikeishik](/maintainers/enikeishik)

---

Top Contributors

[![enikeishik](https://avatars.githubusercontent.com/u/2239913?v=4)](https://github.com/enikeishik "enikeishik (8 commits)")

---

Tags

cachecachinglaravellaravel-packagepackagephpphp-library

### Embed Badge

![Health badge](/badges/enikeishik-cachewholepage/health.svg)

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

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

PHPackages © 2026

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