PHPackages                             d3jn/vizcache - 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. d3jn/vizcache

AbandonedArchivedLibrary[Caching](/categories/caching)

d3jn/vizcache
=============

v1.0.0-alpha(7y ago)067MITPHPPHP &gt;=7.1.3

Since Oct 23Pushed 6y agoCompare

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

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

> ### This package will no longer be maintained. It tends to abstract and decouple things too much for my taste, so I moved on. It's been used only in a few projects so far and is pretty simple at what it does for them, so no harm will come from archiving it and leaving it with a single alpha release available.
>
> [](#this-package-will-no-longer-be-maintained-it-tends-to-abstract-and-decouple-things-too-much-for-my-taste-so-i-moved-on-its-been-used-only-in-a-few-projects-so-far-and-is-pretty-simple-at-what-it-does-for-them-so-no-harm-will-come-from-archiving-it-and-leaving-it-with-a-single-alpha-release-available)

Laravel Vizcache
================

[](#laravel-vizcache)

Simple solution for an easy and centralized way to access data and configure the way it should be cached. This project started as a wrapper over Laravel Cache `remember` function that eventually grew into a more flexible and powerfull tool.

General idea of this package is to allow developer to centralize all heavy computation logic in separate classes called **analysts**. This logic is then accessed using provided `Vizcache` facade that handles all cache-related stuff based on provided configuration.

Getting Started
---------------

[](#getting-started)

### Prerequisites

[](#prerequisites)

This package was developed using PHP 7.1 and [Laravel 5.6](https://laravel.com/docs/5.6) and will be supported for all the newer versions of framework as well. As for now older versions are not tested/supported.

### Installing

[](#installing)

Use composer to install this package:

```
composer require d3jn/vizcache

```

`Laravel Package Auto-Discovery` should handle adding service provider for you automatically or you can manually add it to your providers list in `app.php`:

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

    D3jn\Vizcache\VizcacheServiceProvider::class,

    ...
],
```

Auto-discovery will also handle adding `Vizcache` alias for respective facade, but you are free to add something more suiting your tastes:

```
'aliases' => [
    ...

    'MyCache' => D3jn\Vizcache\Facades\Vizcache::class,

    ...
],
```

Lastly, you should publish it's configuration file:

```
php artisan vendor:publish --provider="D3jn\Vizcache\VizcacheServiceProvider"

```

Configuration
-------------

[](#configuration)

Open `config/vizcache.php`. All available configurations are well documented there with examples provided.

Built With
----------

[](#built-with)

- [Laravel](http://laravel.com) - The web framework used

Authors
-------

[](#authors)

- **Serhii Yaniuk** - [d3jn](https://twitter.com/iamdejn)

License
-------

[](#license)

This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity44

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

Unknown

Total

1

Last Release

2722d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/32222126?v=4)[Serhii Yaniuk](/maintainers/d3jn)[@d3jn](https://github.com/d3jn)

---

Top Contributors

[![d3jn](https://avatars.githubusercontent.com/u/32222126?v=4)](https://github.com/d3jn "d3jn (14 commits)")

---

Tags

cachelaravelphp

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/d3jn-vizcache/health.svg)

```
[![Health](https://phpackages.com/badges/d3jn-vizcache/health.svg)](https://phpackages.com/packages/d3jn-vizcache)
```

###  Alternatives

[spatie/laravel-responsecache

Speed up a Laravel application by caching the entire response

2.8k8.2M51](/packages/spatie-laravel-responsecache)[genealabs/laravel-model-caching

Automatic caching for Eloquent models.

2.4k4.8M26](/packages/genealabs-laravel-model-caching)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9682.1M97](/packages/roots-acorn)[aedart/athenaeum

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

245.2k](/packages/aedart-athenaeum)[laravel-zero/framework

The Laravel Zero Framework.

3371.4M369](/packages/laravel-zero-framework)[mikebronner/laravel-model-caching

Automatic caching for Eloquent models.

2.4k127.1k1](/packages/mikebronner-laravel-model-caching)

PHPackages © 2026

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