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 1mo 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 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity47

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

1187d 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

[illuminate/encryption

The Illuminate Encryption package.

9229.7M280](/packages/illuminate-encryption)[propaganistas/laravel-disposable-email

Disposable email validator

5762.6M6](/packages/propaganistas-laravel-disposable-email)[tzsk/otp

A secure, database-free One-Time Password (OTP) generator and verifier for PHP and Laravel.

241641.4k1](/packages/tzsk-otp)[laragear/cache-query

Remember your query results using only one method. Yes, only one.

272122.8k](/packages/laragear-cache-query)[dgtlss/warden

A Laravel package that proactively monitors your dependencies for security vulnerabilities by running automated composer audits and sending notifications via webhooks and email

8745.6k](/packages/dgtlss-warden)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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