cache/encryption-cache

Adds encryption support to your PSR-6 cache implementation

1.3.0 2022-01-15 15:47 UTC

This package is auto-updated.

Last update: 2024-03-17 13:33:43 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.