cache/encryption-cache

Adds encryption support to your PSR-6 cache implementation

Maintainers

👁 Nyholm

Package info

github.com/php-cache/encryption-cache

Homepage

pkg:composer/cache/encryption-cache

Statistics

Installs: 11 195

Dependents: 0

Suggesters: 0

Stars: 1

1.3.0 2022-01-15 15:47 UTC

Requires

Requires (Dev)

Suggests

None

Provides

None

Conflicts

None

Replaces

None

MIT 1f6817bde3cef3cf086ccdacfd042807f10b111e

cacheencryptionencryptedpsr6

This package is auto-updated.

Last update: 2026-06-17 18:20:03 UTC


README

👁 Gitter
👁 Latest Stable Version
👁 codecov.io
👁 Total Downloads
👁 Monthly Downloads
👁 Software License

This repository has a encryption wrapper that makes the PSR-6 cache implementation encrypted.

Encryption and decryption are both expensive operations, and frequent reads from an encrypted data store can quickly become a bottleneck in otherwise performant applications. Use encrypted caches sparingly.

Install

composer require cache/encryption-cache

Use

Read the documentation on usage.

Implement

Read the documentation on implementation.

Contribute

Contributions are very welcome! Send a pull request to the main repository or report any issues you find on the issue tracker.