2017 © Pedro Peláez
 

library doctrine-cache-encrypter-bundle

A bundle to manage encryption for your doctrine caches

image

jsq/doctrine-cache-encrypter-bundle

A bundle to manage encryption for your doctrine caches

  • Monday, February 22, 2016
  • by jeskew
  • Repository
  • 1 Watchers
  • 0 Stars
  • 5 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Doctrine Cache Encrypter Bundle

Build Status Scrutinizer Code Quality Code Coverage Apache 2 License Total Downloads Author, (*1)

The purpose of this bundle is to provide a thin wrapper around the Doctrine Cache Encrypter to make it work more seamlessly with the Symfony framework. This bundle will allow you to create an encrypted cache service from a regular Doctrine Cache service by tagging it., (*2)

Usage

Any service that is an instance of Doctrine\Common\Cache\Cache can be tagged with the cache.encrypted tag to create an additional service that will encrypt values either with a password or against an array of public keys., (*3)

Sample configuration can be found in the tests/fixtures folder for YAML, PHP, and XML., (*4)

To use a service for any configuration value, use @ followed by the service name, such as @a_service. This syntax will be converted to a service during container compilation. If you want to use a string literal that begins with @, you will need to escape it by adding another @ sign., (*5)

Please note that you will need to pass in an array of public keys, not just a single one, as that encrypter is designed to work across multiple servers, each with its own key pair. As Symfony DI tags can only be string values, you will need to use a service (with @service notation) that returns an array., (*6)

The Versions

22/02 2016

dev-master

9999999-dev

A bundle to manage encryption for your doctrine caches

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

by Jonathan Eskew

27/01 2016

0.3.0

0.3.0.0

A bundle to manage encryption for your doctrine caches

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

by Jonathan Eskew