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

ActiveSymfony-bundle[Caching](/categories/caching)

vysokeskoly/cache-bundle
========================

Provides memcached services with proper usage of connection pool

6.1.0(1y ago)09.6k—0%MITPHPPHP ^8.1

Since Jun 27Pushed 1y ago1 watchersCompare

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

READMEChangelog (2)Dependencies (12)Versions (7)Used By (0)

CacheBundle
===========

[](#cachebundle)

[![Latest Stable Version](https://camo.githubusercontent.com/6f022dc7ce7c79f374e6bbba7c9f37c38e6d2ca8beef13cfaf4cf107f22cd4d1/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7679736f6b65736b6f6c792f63616368652d62756e646c652e737667)](https://packagist.org/packages/vysokeskoly/cache-bundle)[![License](https://camo.githubusercontent.com/9402e1ef78662d2a50b32f234b74779c00cd8520274150618a37a890182eab1a/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f7679736f6b65736b6f6c792f63616368652d62756e646c652e737667)](https://packagist.org/packages/vysokeskoly/cache-bundle)[![Checks](https://github.com/vysokeskoly/cache-bundle/actions/workflows/checks.yaml/badge.svg)](https://github.com/vysokeskoly/cache-bundle/actions/workflows/checks.yaml)[![Build](https://github.com/vysokeskoly/cache-bundle/actions/workflows/php-checks.yaml/badge.svg)](https://github.com/vysokeskoly/cache-bundle/actions/workflows/php-checks.yaml)

Changelog
---------

[](#changelog)

See CHANGELOG.md

Installation
------------

[](#installation)

### Step 1

[](#step-1)

Download using *composer*.

```
"require": {
    "vysokeskoly/cache-bundle": "^5.1.0"
},

```

### Step 2

[](#step-2)

Add *CacheBundle* to the list of loaded bundles. Configure required parameters for bundle.

**config.yml**

```
vysoke_skoly_cache:
    connections:
        data:
            persistent_id: vs
            servers:
                default:
                    host: memc
                    port: 11211
        session:
            persistent_id: vs_session
            servers:
                default:
                    host: memc
                    port: 11311

```

### Step3

[](#step3)

Use created services. From example above *vysokeskoly.cache.data* and *vysokeskoly.cache.session*.

###  Health Score

36

—

LowBetter than 82% of packages

Maintenance37

Infrequent updates — may be unmaintained

Popularity23

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity61

Established project with proven stability

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

Recently: every ~213 days

Total

6

Last Release

570d ago

Major Versions

5.1.0 → 6.0.02022-06-27

v5.x-dev → 6.0.12022-06-27

PHP version history (2 changes)5.1.0PHP ^7.4

6.0.0PHP ^8.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/2bdf0b9957c08a48e70a52fce74fc4f1add30b12d442450d5e2b48854fc98b21?d=identicon)[MortalFlesh](/maintainers/MortalFlesh)

---

Top Contributors

[![MortalFlesh](https://avatars.githubusercontent.com/u/6317184?v=4)](https://github.com/MortalFlesh "MortalFlesh (15 commits)")

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

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

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

###  Alternatives

[symfony/security-bundle

Provides a tight integration of the Security component into the Symfony full-stack framework

2.5k172.9M1.8k](/packages/symfony-security-bundle)[sonata-project/entity-audit-bundle

Audit for Doctrine Entities

644989.8k1](/packages/sonata-project-entity-audit-bundle)

PHPackages © 2026

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