PHPackages                             rob893/emoji-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. [Caching](/categories/caching)
4. /
5. rob893/emoji-cache

ActiveLibrary[Caching](/categories/caching)

rob893/emoji-cache
==================

LRU cache implementation but all identifiers are emojis.

v1.0.2(3y ago)1961MITPHP

Since Dec 15Pushed 3y ago2 watchersCompare

[ Source](https://github.com/rob893/emoji-cache)[ Packagist](https://packagist.org/packages/rob893/emoji-cache)[ RSS](/packages/rob893-emoji-cache/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (3)Dependencies (1)Versions (3)Used By (0)

Emoji Cache
===========

[](#emoji-cache)

LRU cache implementation but all identifiers are emojis.

Yes. This is actually valid code and does indeed work.

But why?
--------

[](#but-why)

Irrelevant. This exists now.

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

[](#installation)

Install using composer.

```
composer require rob893/emoji-cache

```

Usage:
------

[](#usage)

```
// Create new cache
$😈 = new 🐆🐆🐆();

$🔑 = 'foo';
$⚰️ = 12345;

// Check if cache has key. Will be false.
$😍 = $😈->🤔🤔🤔($🔑);

echo $😍;

// Set key value
$😈->✍️✍️✍️($🔑, $⚰️);

// Check if key exists. Will be true.
$💣 = $😈->🤔🤔🤔($🔑);

// Get value for key.
$⚔️ = $😈->🤔🤞😃($🔑);

// Get size of cache.
$📈 = $😈->👙💩🖇();

echo $💣;
echo $⚔️;
echo $📈;

// Clear cache.
$😈->❌❌❌();

// Check size again.
echo $😈->👙💩🖇();
```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity47

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 86.7% 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 ~0 days

Total

2

Last Release

1249d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/c3a1dcbefca4fdeddbd1b18449f5d579c92a40db206bca50f1ad4ff31645c352?d=identicon)[rob893](/maintainers/rob893)

---

Top Contributors

[![rob893](https://avatars.githubusercontent.com/u/20483475?v=4)](https://github.com/rob893 "rob893 (13 commits)")[![mstrelan](https://avatars.githubusercontent.com/u/665110?v=4)](https://github.com/mstrelan "mstrelan (2 commits)")

---

Tags

phpcacheemojilrucrime against programming

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/rob893-emoji-cache/health.svg)

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

###  Alternatives

[awssat/laravel-visits

Laravel Redis visits counter for Eloquent models

975163.6k2](/packages/awssat-laravel-visits)[lrucache/lrucache

PHP LRU Cache implementation

67117.1k3](/packages/lrucache-lrucache)[swayok/alternative-laravel-cache

Replacements for Laravel's redis and file cache stores that properly implement tagging idea. Powered by cache pool implementations provided by http://www.php-cache.com/

202541.1k6](/packages/swayok-alternative-laravel-cache)[eftec/cacheone

A Cache library with minimum dependency

103.5k4](/packages/eftec-cacheone)

PHPackages © 2026

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