PHPackages                             knowbox/yac-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. knowbox/yac-cache

ActiveLibrary

knowbox/yac-cache
=================

yii2 yacCache extends

v1.0.1(7y ago)1101PHPPHP &gt;=7.1

Since Dec 5Pushed 7y ago1 watchersCompare

[ Source](https://github.com/php-cpm/knowbox-yac-cache)[ Packagist](https://packagist.org/packages/knowbox/yac-cache)[ RSS](/packages/knowbox-yac-cache/feed)WikiDiscussions master Synced 4d ago

READMEChangelogDependencies (1)Versions (3)Used By (0)

yii2 yac cache driver
=====================

[](#yii2-yac-cache-driver)

how to
------

[](#how-to)

modify config in file `config/web.php` or `config/console.php`

```

    'components' => [
        'yac' => [
            'class' => 'Knowbox\Libs\YacCache',
        ],
    ...

```

then you may use `yac` cache on DB `schemaCache`

```
[
        'class' => 'yii\db\Connection',
        'charset' => 'utf8',
        'enableSchemaCache' => true,
        'schemaCacheDuration' => 3600,
        'schemaCache' => 'yac',
   ...

```

or other things in yii2 way, [follow the guide](https://www.yiiframework.com/doc/guide/2.0/en/caching-data)

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community5

Small or concentrated contributor base

Maturity57

Maturing project, gaining track record

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

2718d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/ff25f8f1ab71fb6f5f8ff1be6814227641f27de8c270eaa42160e669308c3407?d=identicon)[php-cpm](/maintainers/php-cpm)

### Embed Badge

![Health badge](/badges/knowbox-yac-cache/health.svg)

```
[![Health](https://phpackages.com/badges/knowbox-yac-cache/health.svg)](https://phpackages.com/packages/knowbox-yac-cache)
```

###  Alternatives

[craftcms/cms

Craft CMS

3.6k3.6M2.6k](/packages/craftcms-cms)

PHPackages © 2026

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