PHPackages                             aminkt/yii2-appcache - 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. aminkt/yii2-appcache

ActiveYii2-extension[Caching](/categories/caching)

aminkt/yii2-appcache
====================

Yii2 appcache component to enable app cache in site.

0852PHP

Since Dec 13Pushed 7y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

How install widget?
-------------------

[](#how-install-widget)

Add flowing line into your `composer.json` files.

```
"aminkt/yii2-appcache" : "@dev"
```

How use widget?
---------------

[](#how-use-widget)

Add flowing lines into your controller class.

```
=
public function behaviors()
{
    return [
        'appcache' => [
            'class' => AppCacheFilter::className(),
            'actions' => ['index', 'view']
        ],
    ];
}
```

> In action part of configuration add actions that you want create an manifest file for it.

Then add flowing line into your `main.php` of your layout.

```

 >
```

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity39

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/8bbb96d5331db7b7c0f1003fdd294ad8865fe7df33cc68bf6cf6fad5550f461e?d=identicon)[aminkt](/maintainers/aminkt)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/aminkt-yii2-appcache/health.svg)

```
[![Health](https://phpackages.com/badges/aminkt-yii2-appcache/health.svg)](https://phpackages.com/packages/aminkt-yii2-appcache)
```

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