library doctrine-encrypted-cache
Doctrine Encrypted Cache Drivers
trt/doctrine-encrypted-cache
Doctrine Encrypted Cache Drivers
- PHP
- 1 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 3 Versions
- 1 % Grown
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');
v0.2
0.2.0.0
Doctrine Encrypted Cache Drivers
Sources
Download
MIT
The Requires
The Development Requires
dev-master
9999999-dev
Doctrine Encrypted Cache Drivers
Sources
Download
MIT
The Requires
The Development Requires
v0.1
0.1.0.0
Doctrine Encrypted Cache Drivers
Sources
Download
MIT
The Requires
The Development Requires