2017 © Pedro Peláez
 

library silex-zend-cache-provider

A Silex service provider for Zend Cache library

image

devsdmf/silex-zend-cache-provider

A Silex service provider for Zend Cache library

  • Monday, January 12, 2015
  • by devsdmf
  • Repository
  • 1 Watchers
  • 2 Stars
  • 3,684 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 1 Open issues
  • 4 Versions
  • 6 % Grown

The README.md

Zend\Cache Service Provider

Build StatusLatest Stable VersionTotal DownloadsLicense SensioLabsInsight, (*1)

This is a service provider prepared to integrate Zend\Cache library into Silex framework., (*2)

Installation

Add the following dependency to composer.json file of your project:, (*3)

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

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

For more information about configuration and options, see the official Zend Cache documentation., (*4)

Tests

To run the test suite, you need install the require-dev:, (*5)

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

License

This library is licensed under the MIT license., (*6)

The Versions

12/01 2015

dev-master

9999999-dev

A Silex service provider for Zend Cache library

  Sources   Download

MIT

The Requires

 

The Development Requires

by Lucas Mendes de Freitas

service cache silex zend provider

12/01 2015

1.1.0

1.1.0.0

A Silex service provider for Zend Cache library

  Sources   Download

MIT

The Requires

 

The Development Requires

by Lucas Mendes de Freitas

service cache silex zend provider

26/11 2014

1.0.0

1.0.0.0

A Silex service provider for Zend Cache library

  Sources   Download

MIT

The Requires

 

The Development Requires

by Lucas Mendes de Freitas

service cache silex zend provider

26/11 2014

dev-develop

dev-develop

A Silex service provider for Zend Cache library

  Sources   Download

MIT

The Requires

 

The Development Requires

by Lucas Mendes de Freitas

service cache silex zend provider