PHPackages                             jowy/silex-cache-service-provider - 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. jowy/silex-cache-service-provider

ActiveLibrary[Caching](/categories/caching)

jowy/silex-cache-service-provider
=================================

Silex cache provider using doctrine cache

v1.0.0(11y ago)12.1k1MITPHPPHP &gt;=5.5

Since Apr 10Pushed 11y ago1 watchersCompare

[ Source](https://github.com/praswicaksono/silex-cache-service-provider)[ Packagist](https://packagist.org/packages/jowy/silex-cache-service-provider)[ RSS](/packages/jowy-silex-cache-service-provider/feed)WikiDiscussions master Synced today

READMEChangelog (1)Dependencies (2)Versions (2)Used By (1)

Silex Cache Service Provider
----------------------------

[](#silex-cache-service-provider)

Provide doctrine cache for silex application

### Requirement

[](#requirement)

- PHP &gt;= 5.5
- Pimple &gt;= 3.0
- Doctrine/Cache &gt;= 1.4

### Installation

[](#installation)

`composer require jowy/silex-cache-service-provider`

### Usage

[](#usage)

```
$container = new Container()
$$container->register(new CacheServiceProvider(), [
            "cache.driver" => "array|filesystem|apc|xcache|redis|memcache|memcached",
            "cache.options" => [
                "namespace" => "your-cache-namespace",
                "directory" => "set-this-if-only-you-select-filesystem-driver",
                "host" => "only-for-redis-memcached-memcache",
                "port" => "only-for-redis-memcached-memcache",
                "password" => "if-any"
            ]
        ]);

$cache = $this->container["cache.factory"];

$this->assertInstanceOf(Cache::class, $cache);
```

### License

[](#license)

MIT, see LICENSE

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity58

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

4104d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/023a0bd17758df473ae6dad9f07575a8d0a8c36b06e83396b5962aecba38c722?d=identicon)[PrasWicaksono](/maintainers/PrasWicaksono)

### Embed Badge

![Health badge](/badges/jowy-silex-cache-service-provider/health.svg)

```
[![Health](https://phpackages.com/badges/jowy-silex-cache-service-provider/health.svg)](https://phpackages.com/packages/jowy-silex-cache-service-provider)
```

###  Alternatives

[getgrav/grav

Modern, Crazy Fast, Ridiculously Easy and Amazingly Powerful Flat-File CMS

15.6k86.4k1](/packages/getgrav-grav)[prestashop/prestashop

PrestaShop is an Open Source e-commerce platform, committed to providing the best shopping cart experience for both merchants and customers.

9.1k17.8k](/packages/prestashop-prestashop)[cache/cache

Library of all the php-cache adapters

2722.7M22](/packages/cache-cache)[oat-sa/tao-core

TAO core extension

66143.7k124](/packages/oat-sa-tao-core)[roave/doctrine-simplecache

Doctrine Cache adapter for PSR-16 Simple Cache

551.4M1](/packages/roave-doctrine-simplecache)[predis/service-provider

Predis service provider for the Silex microframework

68548.8k1](/packages/predis-service-provider)

PHPackages © 2026

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