PHPackages                             crazynds/crypto-cache - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Security](/categories/security)
4. /
5. crazynds/crypto-cache

AbandonedArchivedLibrary[Security](/categories/security)

crazynds/crypto-cache
=====================

Package that encrypts all data used in the cache in such a way that a malicious user who has access to the cache system such as redis for example cannot extract the data directly.

v1.1.2(3y ago)0416MITPHPPHP &gt;=7.0

Since May 28Pushed 3y ago1 watchersCompare

[ Source](https://github.com/crazynds/CryptoCache-Laravel)[ Packagist](https://packagist.org/packages/crazynds/crypto-cache)[ RSS](/packages/crazynds-crypto-cache/feed)WikiDiscussions main Synced 1w ago

READMEChangelog (6)Dependencies (3)Versions (7)Used By (0)

CryptoCache for Laravel
=======================

[](#cryptocache-for-laravel)

[![Latest Stable Version](https://camo.githubusercontent.com/41d924e1246c6ead89858fa31777c511160ff5621c4b9af414531e84cfa8caf5/687474703a2f2f706f7365722e707567782e6f72672f6372617a796e64732f63727970746f2d63616368652f76)](https://packagist.org/packages/crazynds/crypto-cache)[![Total Downloads](https://camo.githubusercontent.com/7d79183017fec6df45f1155241f2d814a654ea02bbab48cbf31fd1706f857183/687474703a2f2f706f7365722e707567782e6f72672f6372617a796e64732f63727970746f2d63616368652f646f776e6c6f616473)](https://packagist.org/packages/crazynds/crypto-cache)[![License](https://camo.githubusercontent.com/57ca979fe482423ab180b151963efee81ee21b6e5bcfaafd38f2387bba5a8e68/687474703a2f2f706f7365722e707567782e6f72672f6372617a796e64732f63727970746f2d63616368652f6c6963656e7365)](https://packagist.org/packages/crazynds/crypto-cache)

This package encrypts the data stored in cache using the standard laravel library and saves it in another cache, allowing you to cache sensitive data, preventing any intrusion from leaking that data.

Installation
------------

[](#installation)

1. Install the package

```
composer require crazynds/crypto-cache
```

2.

```
// Change the CACHE_DRIVER in .env or change 'default' value in config/cache.php to 'crypto-cache'

'default' => env('CACHE_DRIVER', 'crypto-cache'),

// Add these lines in config/cache.php in stores array:

'stores' =>[
    // ...

    'crypto-cache'=>[
        'driver' => 'crypto-cache',
        'cache' => ''
    ],

],
```

Tested and supported versions of Laravel
----------------------------------------

[](#tested-and-supported-versions-of-laravel)

- 9.x
- 8.x

###  Health Score

24

—

LowBetter than 30% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~52 days

Recently: every ~66 days

Total

6

Last Release

1278d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/812e99abe6732b42bcbcbc4eb58f23d432070f5d219c497ad42af5f65719e0ac?d=identicon)[crazynds](/maintainers/crazynds)

---

Top Contributors

[![crazynds](https://avatars.githubusercontent.com/u/36674096?v=4)](https://github.com/crazynds "crazynds (19 commits)")

### Embed Badge

![Health badge](/badges/crazynds-crypto-cache/health.svg)

```
[![Health](https://phpackages.com/badges/crazynds-crypto-cache/health.svg)](https://phpackages.com/packages/crazynds-crypto-cache)
```

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3345.4M354](/packages/psalm-plugin-laravel)[propaganistas/laravel-disposable-email

Disposable email validator

6023.2M7](/packages/propaganistas-laravel-disposable-email)[harris21/laravel-fuse

Circuit breaker for Laravel queue jobs. Protect your workers from cascading failures.

46273.9k](/packages/harris21-laravel-fuse)[laravel/ai

The official AI SDK for Laravel.

1.1k4.6M315](/packages/laravel-ai)[illuminate/encryption

The Illuminate Encryption package.

9631.1M359](/packages/illuminate-encryption)[iazaran/smart-cache

Smart Cache is a caching optimization package designed to enhance the way your Laravel application handles data caching. It intelligently manages large data sets by compressing, chunking, or applying other optimization strategies to keep your application performant and efficient.

21114.2k](/packages/iazaran-smart-cache)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
