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

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

gollumsf/cache-bundle
=====================

Add very simple cache service for (File, Apc, Apcu, Memcached, Redis...)

16PHP

Since Feb 14Pushed 8y ago1 watchersCompare

[ Source](https://github.com/GollumSF/cache-bundle)[ Packagist](https://packagist.org/packages/gollumsf/cache-bundle)[ RSS](/packages/gollumsf-cache-bundle/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependenciesVersions (1)Used By (0)

GollumSFCacheBundle
===================

[](#gollumsfcachebundle)

[![Build Status](https://camo.githubusercontent.com/0107b28284fde3d8651678d1b024796bb9883bc8df2e160c95d04ed3ed7407e1/68747470733a2f2f7472617669732d63692e6f72672f476f6c6c756d53462f63616368652d62756e646c652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/GollumSF/cache-bundle)[![License](https://camo.githubusercontent.com/b102daad6a3da506fe58607b81fc547d7446ad4ded3952458fe9f0656b9e829f/68747470733a2f2f706f7365722e707567782e6f72672f676f6c6c756d73662f63616368652d62756e646c652f6c6963656e7365)](https://packagist.org/packages/gollumsf/cache-bundle)[![Latest Stable Version](https://camo.githubusercontent.com/319c009d14d682d71cd16d2df76f37ded7ca9e670ef793e0f3286495ff8c534c/68747470733a2f2f706f7365722e707567782e6f72672f676f6c6c756d73662f63616368652d62756e646c652f762f737461626c65)](https://packagist.org/packages/gollumsf/cache-bundle)[![Latest Unstable Version](https://camo.githubusercontent.com/aeed25092a8e3d81a3d3249827126311a8bc3f424bb93ddf7b9d76a46ee1e1c3/68747470733a2f2f706f7365722e707567782e6f72672f676f6c6c756d73662f63616368652d62756e646c652f762f756e737461626c65)](https://packagist.org/packages/gollumsf/cache-bundle)

Installation:
-------------

[](#installation)

### Composer

[](#composer)

```
composer require gollumsf/cache-bundle
```

### AppKernel.php

[](#appkernelphp)

```
class AppKernel extends Kernel {

	public function registerBundles() {

		$bundles = [

			// [...] //

			new GollumSF\CoreBundle\GollumSFCacheBundle(),

			// [...] //
		}
	}
}
```

### config.yml

[](#configyml)

```
gollum_sf_cache:

```

Usages:
-------

[](#usages)

```
$cache = $container->get('gsf_cache.cache')
$cache->set('key', 'Hello World');
echo $cache->get('key'); // Display: Hello World
```

###  Health Score

20

—

LowBetter than 12% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/6690bb36165854e1db86762d56c22351ff844b12f59e5c91993a6d793f098cfb?d=identicon)[Smeagolworms4](/maintainers/Smeagolworms4)

---

Top Contributors

[![Smeagolworms4](https://avatars.githubusercontent.com/u/4448640?v=4)](https://github.com/Smeagolworms4 "Smeagolworms4 (26 commits)")

### Embed Badge

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

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

###  Alternatives

[iazaran/smart-cache

Smart Cache is a caching optimization package designed to enhance the way your Laravel application handles data caching. It intelligently manages large data sets by compressing, chunking, or applying other optimization strategies to keep your application performant and efficient.

21114.2k](/packages/iazaran-smart-cache)

PHPackages © 2026

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