PHPackages                             thefunpower/cc\_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. thefunpower/cc\_cache

ActiveLibrary

thefunpower/cc\_cache
=====================

cc\_cache

v1.1.3(2y ago)05Apache-2.0PHP

Since Sep 19Pushed 2y agoCompare

[ Source](https://github.com/thefunpower/cc_cache)[ Packagist](https://packagist.org/packages/thefunpower/cc_cache)[ RSS](/packages/thefunpower-cc-cache/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (6)Dependencies (1)Versions (7)Used By (0)

安装
==

[](#安装)

在composer.json中添加

```
"thefunpower/cc_cache": "dev-main"

```

配置
==

[](#配置)

```
global $cache_drive,$cache_redis_config,$cache_file_dir,$cache_pre_key;
$cache_drive = 'redis';
$cache_redis_config = [
  'host'=>'127.0.0.1',
  'port'=>6379,
  'password'=>'',
  'database'=>'',
];

```

使用
==

[](#使用)

```
//设置
cc_cache($key,$value,$ttl);
//获取
cc_cache($key);

```

### 开源协议

[](#开源协议)

[Apache License 2.0](LICENSE)

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity47

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

Every ~14 days

Total

6

Last Release

901d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/c6f09836c59d691e60dd442ee29a2b6673d2c8c319b248aedcde7103f17201e1?d=identicon)[sunkangchina2022](/maintainers/sunkangchina2022)

---

Top Contributors

[![sunkangchina](https://avatars.githubusercontent.com/u/66815206?v=4)](https://github.com/sunkangchina "sunkangchina (1 commits)")

---

Tags

php

### Embed Badge

![Health badge](/badges/thefunpower-cc-cache/health.svg)

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

###  Alternatives

[pestphp/pest-plugin-stressless

Stressless plugin for Pest

67792.6k16](/packages/pestphp-pest-plugin-stressless)

PHPackages © 2026

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