2017 © Pedro Peláez
 

library doctrine-encrypted-cache

Doctrine Encrypted Cache Drivers

image

trt/doctrine-encrypted-cache

Doctrine Encrypted Cache Drivers

  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 1 % Grown

The README.md

Doctrine Encrypted Cache Decorator

Sometimes for security constraints may not be possible to store plain data to the web server or cache server. This library allows to encode / decode doctrine cached data., (*1)

Usage


$doctrineCache = new \Doctrine\Common\Cache\ApcCache(); $encodedCache = new \Trt\Doctrine\Cache\Provider\CacheProviderDecorator( $doctrineCache, new \Trt\Doctrine\Cache\Encryptor\Encryptor('my_key') ); $encodedCache->save('id', .... ); $encodedCache->fetch('id');

The Versions

31/07 2015

v0.2

0.2.0.0

Doctrine Encrypted Cache Drivers

  Sources   Download

MIT

The Requires

 

The Development Requires

19/12 2014

dev-master

9999999-dev

Doctrine Encrypted Cache Drivers

  Sources   Download

MIT

The Requires

 

The Development Requires

19/12 2014

v0.1

0.1.0.0

Doctrine Encrypted Cache Drivers

  Sources   Download

MIT

The Requires

 

The Development Requires