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

ActiveLibrary[Caching](/categories/caching)

vengine/cache
=============

vengine cache

1.0.9(1y ago)1933MITPHPPHP &gt;=8.0

Since Apr 1Pushed 1y ago1 watchersCompare

[ Source](https://github.com/loppys/cache)[ Packagist](https://packagist.org/packages/vengine/cache)[ RSS](/packages/vengine-cache/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (7)Dependencies (1)Versions (13)Used By (3)

Install
=======

[](#install)

```
composer require vengine/cache

$manager = new \Vengine\Cache\CacheManager();

//Easy connect
$manager->{driver name}->set();
// example $manager->template->set()

//Manual create driver
$driver = $manager->createDriver('template', ['option' => 'example']);
$driver->set();

```

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance42

Moderate activity, may be stable

Popularity13

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity53

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 ~34 days

Recently: every ~74 days

Total

10

Last Release

469d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/78d6294f08292d44bfda87324fa99623d4d08f5a6b757c27ad58d8ac58beebab?d=identicon)[loppys](/maintainers/loppys)

---

Top Contributors

[![loppys](https://avatars.githubusercontent.com/u/64481659?v=4)](https://github.com/loppys "loppys (27 commits)")

### Embed Badge

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

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

###  Alternatives

[laminas/laminas-cache

Caching implementation with a variety of storage options, as well as codified caching strategies for callbacks, classes, and output

1076.9M130](/packages/laminas-laminas-cache)[cache/adapter-common

Common classes for PSR-6 adapters

11124.4M38](/packages/cache-adapter-common)[cache/filesystem-adapter

A PSR-6 cache implementation using filesystem. This implementation supports tags

705.8M82](/packages/cache-filesystem-adapter)[cache/array-adapter

A PSR-6 cache implementation using a php array. This implementation supports tags

548.3M151](/packages/cache-array-adapter)[cache/redis-adapter

A PSR-6 cache implementation using Redis (PhpRedis). This implementation supports tags

523.9M27](/packages/cache-redis-adapter)[cache/simple-cache-bridge

A PSR-6 bridge to PSR-16. This will make any PSR-6 cache compatible with SimpleCache.

423.1M27](/packages/cache-simple-cache-bridge)

PHPackages © 2026

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