PHPackages                             ferrisbane/lightning-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. ferrisbane/lightning-cache

ActiveLibrary[Caching](/categories/caching)

ferrisbane/lightning-cache
==========================

A Laravel package to extend caching functionality.

v0.1.2(7y ago)1741MITPHPPHP &gt;=5.4.0

Since Oct 27Pushed 7y ago2 watchersCompare

[ Source](https://github.com/Ferrisbane/lightning-cache)[ Packagist](https://packagist.org/packages/ferrisbane/lightning-cache)[ RSS](/packages/ferrisbane-lightning-cache/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (2)DependenciesVersions (3)Used By (0)

Laravel Lightning Cache
=======================

[](#laravel-lightning-cache)

A package to extend Laravel's cache functionality

- [Installation](#installation)

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

[](#installation)

To install through composer you can either use `composer require ferrisbane/lightning-cache` (while inside your project folder) or include the package in your `composer.json`.

```
"ferrisbane/lightning-cache": "0.1.*"
```

Then run either `composer install` or `composer update` to download the package.

To use the package with Laravel 5 add the service provider to the list of service providers in `config/app.php`.

```
'providers' => [
    ...

    Ferrisbane\Cache\Laravel5ServiceProvider::class

    ...
];
```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity47

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 50% 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 ~30 days

Total

2

Last Release

2726d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/1eec7cb4d7769f41481c0c624f9b20a608abb169c466f7f49877a9df5a1478a9?d=identicon)[Ferrisbane](/maintainers/Ferrisbane)

---

Top Contributors

[![Ferrisbane](https://avatars.githubusercontent.com/u/6391193?v=4)](https://github.com/Ferrisbane "Ferrisbane (1 commits)")[![ferrisbuellers](https://avatars.githubusercontent.com/u/23400472?v=4)](https://github.com/ferrisbuellers "ferrisbuellers (1 commits)")

---

Tags

phplaravelpackagecache

### Embed Badge

![Health badge](/badges/ferrisbane-lightning-cache/health.svg)

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

###  Alternatives

[awssat/laravel-visits

Laravel Redis visits counter for Eloquent models

975163.6k2](/packages/awssat-laravel-visits)[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)[antennaio/laravel-clyde

Image uploads and manipulation for Laravel, a wrapper around Glide

292.6k](/packages/antennaio-laravel-clyde)

PHPackages © 2026

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