PHPackages                             ollico/laravel-caching - 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. ollico/laravel-caching

ActiveLibrary[Caching](/categories/caching)

ollico/laravel-caching
======================

A simple caching manager for Laravel.

v2.1.0(1y ago)01.4kMITPHPPHP ^8.2

Since Oct 6Pushed 1y ago1 watchersCompare

[ Source](https://github.com/ollico/laravel-caching)[ Packagist](https://packagist.org/packages/ollico/laravel-caching)[ RSS](/packages/ollico-laravel-caching/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (3)Dependencies (10)Versions (4)Used By (0)

Caching helper for Laravel
==========================

[](#caching-helper-for-laravel)

[![Latest Version on Packagist](https://camo.githubusercontent.com/0df213f10d7370211974adceea10b3f291495a30d94dcdc13aa398f9cabaaec1/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6f6c6c69636f2f6c61726176656c2d63616368696e672e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/ollico/laravel-caching)[![GitHub Tests Action Status](https://camo.githubusercontent.com/3800a6798f960a7d84df58e078093fdf4a0dc0b9a64c1c625ecc0bd497f90a30/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f6f6c6c69636f2f6c61726176656c2d63616368696e672f72756e2d74657374733f6c6162656c3d7465737473)](https://github.com/ollico/laravel-caching/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/f0e14cd4a60e01713d90de13f2548169dfa3a73e8d62faa99cecbf4161d31ea5/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f6f6c6c69636f2f6c61726176656c2d63616368696e672f466978253230504850253230636f64652532307374796c652532306973737565733f6c6162656c3d636f64652532307374796c65)](https://github.com/ollico/laravel-caching/actions?query=workflow%3A%22Fix+PHP+code+style+issues%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/db33a4d0af5026f5421e260cc6252284597a29e746030460fb872b24ac895a6c/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6f6c6c69636f2f6c61726176656c2d63616368696e672e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/ollico/laravel-caching)

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

[](#installation)

You can install the package via composer:

```
composer require ollico/laravel-caching
```

Install the package using:

```
php artisan caching:install
```

Usage
-----

[](#usage)

```
Ollico\Caching\Caching::remember('key', 'value');
```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [David Bonner](https://github.com/davidianbonner)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance42

Moderate activity, may be stable

Popularity14

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity61

Established project with proven stability

 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 ~417 days

Total

3

Last Release

479d ago

Major Versions

v1.0.0 → v2.0.02024-02-01

PHP version history (2 changes)v1.0.0PHP ^8.1

v2.0.0PHP ^8.2

### Community

Maintainers

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

---

Top Contributors

[![davidianbonner](https://avatars.githubusercontent.com/u/534654?v=4)](https://github.com/davidianbonner "davidianbonner (15 commits)")

###  Code Quality

TestsPHPUnit

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/ollico-laravel-caching/health.svg)

```
[![Health](https://phpackages.com/badges/ollico-laravel-caching/health.svg)](https://phpackages.com/packages/ollico-laravel-caching)
```

###  Alternatives

[spatie/laravel-responsecache

Speed up a Laravel application by caching the entire response

2.8k8.2M51](/packages/spatie-laravel-responsecache)[silber/page-cache

Caches responses as static files on disk for lightning fast page loads.

1.3k441.9k6](/packages/silber-page-cache)[ryangjchandler/blade-cache-directive

Cache chunks of your Blade markup with ease.

202200.8k2](/packages/ryangjchandler-blade-cache-directive)[vormkracht10/laravel-mails

Laravel Mails can collect everything you might want to track about the mails that has been sent by your Laravel app.

24149.7k](/packages/vormkracht10-laravel-mails)[yediyuz/laravel-cloudflare-cache

laravel-cloudflare-cache

28239.2k](/packages/yediyuz-laravel-cloudflare-cache)[innoge/laravel-policy-soft-cache

This package helps prevent performance problems with frequent Policy calls within your application lifecycle.

2356.9k](/packages/innoge-laravel-policy-soft-cache)

PHPackages © 2026

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