PHPackages                             devsdmf/silex-zend-cache-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. devsdmf/silex-zend-cache-provider

ActiveLibrary[Caching](/categories/caching)

devsdmf/silex-zend-cache-provider
=================================

A Silex service provider for Zend Cache library

1.1.0(11y ago)24.6k1[1 issues](https://github.com/devsdmf/silex-zend-cache-provider/issues)MITPHP

Since Nov 26Pushed 11y ago1 watchersCompare

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

READMEChangelog (1)Dependencies (4)Versions (4)Used By (0)

Zend\\Cache Service Provider
============================

[](#zendcache-service-provider)

[![Build Status](https://camo.githubusercontent.com/9ec2b0c7321b8c6132351205e167e3b910c50e8ea663b0fa5e3e93261356547c/68747470733a2f2f7472617669732d63692e6f72672f64657673646d662f73696c65782d7a656e642d63616368652d70726f76696465722e7376673f6272616e63683d646576656c6f70)](https://travis-ci.org/devsdmf/silex-zend-cache-provider) [![Latest Stable Version](https://camo.githubusercontent.com/664ed4fcc50e81dcb394433bb5e63558306644fd24a2caecc514a16f8a68a3d0/68747470733a2f2f706f7365722e707567782e6f72672f64657673646d662f73696c65782d7a656e642d63616368652d70726f76696465722f762f737461626c652e737667)](https://packagist.org/packages/devsdmf/silex-zend-cache-provider) [![Total Downloads](https://camo.githubusercontent.com/33daa4fb63419560fd1ba7025f76ddae10b24f49695e9bba890751fbc1aa50fa/68747470733a2f2f706f7365722e707567782e6f72672f64657673646d662f73696c65782d7a656e642d63616368652d70726f76696465722f646f776e6c6f6164732e706e67)](https://packagist.org/packages/devsdmf/silex-zend-cache-provider) [![License](https://camo.githubusercontent.com/d1e093f6cd907ceba069937f2bd28f2586e7fd65e6ef9274f0f021c90bbdcdd1/68747470733a2f2f706f7365722e707567782e6f72672f64657673646d662f73696c65782d7a656e642d63616368652d70726f76696465722f6c6963656e73652e706e67)](https://packagist.org/packages/devsdmf/silex-zend-cache-provider)[![SensioLabsInsight](https://camo.githubusercontent.com/c8cc1010a5b1a6c11b54c545729c976e7ed8bd22664465762ae70505a2135868/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f34383933393065312d663366612d346135662d393835332d6366653261343437323633372f6d696e692e706e67)](https://insight.sensiolabs.com/projects/489390e1-f3fa-4a5f-9853-cfe2a4472637)

This is a service provider prepared to integrate Zend\\Cache library into Silex framework.

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

[](#installation)

Add the following dependency to *composer.json* file of your project:

```
{
    "require": {
        "devsdmf/silex-zend-cache-provider": "1.1.0"
    }
}
```

Usage
-----

[](#usage)

```
use Silex\Application;
use Silex\Provider\ZendCacheServiceProvider;

$app = new Application();

// Your application setup

$app->register(new ZendCacheServiceProvider(), array(
    'cache.options'=>array(
        'zendcache'=>array(
            'factory'=>array(
                // Your ZendCache factory configuration
            ),
            'options'=>array(
                // Your options for ZendCache
            ),
        ),
    ),
));

// Using cache
$app['cache'];
```

Configuration
-------------

[](#configuration)

For more information about configuration and options, see the official [Zend Cache documentation](http://framework.zend.com/manual/2.0/en/modules/zend.cache.storage.adapter.html).

Tests
-----

[](#tests)

To run the test suite, you need install the require-dev:

```
$ composer install --dev
$ ./vendor/bin/phpunit

```

License
-------

[](#license)

This library is licensed under the MIT license.

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance10

Infrequent updates — may be unmaintained

Popularity24

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor1

Top contributor holds 95% 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 ~47 days

Total

2

Last Release

4135d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/6a27dd9261ae46415807c94497d7de88ecbf5c5e7db5fde92c60e80d453cd55e?d=identicon)[devsdmf](/maintainers/devsdmf)

---

Top Contributors

[![devsdmf](https://avatars.githubusercontent.com/u/1649565?v=4)](https://github.com/devsdmf "devsdmf (19 commits)")[![ragboyjr](https://avatars.githubusercontent.com/u/1975857?v=4)](https://github.com/ragboyjr "ragboyjr (1 commits)")

---

Tags

zendcacheserviceprovidersilex

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[moust/silex-cache

Cache service provider for Silex application

33138.4k1](/packages/moust-silex-cache)[geometria-lab/rediska

Full-featured PHP client for key-value database Redis

258314.9k1](/packages/geometria-lab-rediska)[rediska/rediska

Full-featured PHP client for key-value database Redis

258241.4k1](/packages/rediska-rediska)[jdesrosiers/silex-cors-provider

A silex service provider that adds CORS services to silex

83892.3k10](/packages/jdesrosiers-silex-cors-provider)[chh/cache-service-provider

Provides easy to use caching for Silex applications, built on top of the doctrine/cache package

23163.0k1](/packages/chh-cache-service-provider)[m1/vars

Vars is a simple to use and easily extendable configuration loader with in built loaders for ini, json, PHP, toml, XML and yaml/yml file types. It also comes with in built support for Silex and more frameworks to come soon.

69124.2k1](/packages/m1-vars)

PHPackages © 2026

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