PHPackages                             mmeyer2k/redistree - 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. mmeyer2k/redistree

ActiveProject[Caching](/categories/caching)

mmeyer2k/redistree
==================

A clean Redis web interface for Laravel 5

1.0.2(1y ago)9471.9k↑154.3%1MITBladePHP &gt;=7.3

Since Jul 13Pushed 1y ago1 watchersCompare

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

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

RedisTree
=========

[](#redistree)

RedisTree is a Laravel package that provides an elegant web interface for Redis. It assists you in monitoring your server statistics and exploring your Redis key hierarchy.

[Screenshots](SCREENSHOTS.md)

**Requires PHP 7.3+**

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

[](#installation)

### Add to Composer

[](#add-to-composer)

```
composer require "mmeyer2k/redistree:dev-master"
```

### Add Service Provider

[](#add-service-provider)

Add the following line into the `providers` array in `config/app.php`

```
Mmeyer2k\RedisTree\RedisTreeServiceProvider::class,
```

### Register Routes

[](#register-routes)

To allow for full customization of the URL and security mechanisms employed, routing to the RedisTree controller is left to the developer. To serve the GUI from `/redistree` **without any kind of security**, add the following stub to your `routes.php` file.

```
\Mmeyer2k\RedisTree\RedisTreeModel::registerRoutes();
```

### Security

[](#security)

Place the `registerRoutes()` call within a protected route group to provide authentication flexibility.

Features
--------

[](#features)

1. Ability to choose what characters represent keyspace separators.
2. Toggleable prompting before destructive actions.
3. Simple integration with existing Laravel 5 applications.
4. Elegant and intuitive interface.

###  Health Score

39

—

LowBetter than 86% of packages

Maintenance40

Moderate activity, may be stable

Popularity43

Moderate usage in the ecosystem

Community8

Small or concentrated contributor base

Maturity48

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

Total

3

Last Release

507d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4c39fe5f8d80dda8a5735401c12cb631d5e17050f7baa7cd3f0f384167fb45db?d=identicon)[mmeyer2k](/maintainers/mmeyer2k)

---

Top Contributors

[![mmeyer2k](https://avatars.githubusercontent.com/u/1887431?v=4)](https://github.com/mmeyer2k "mmeyer2k (58 commits)")

---

Tags

laravelphpredislaravelredis

### Embed Badge

![Health badge](/badges/mmeyer2k-redistree/health.svg)

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

###  Alternatives

[awssat/laravel-visits

Laravel Redis visits counter for Eloquent models

975163.6k2](/packages/awssat-laravel-visits)[encore/redis-manager

Redis manager for laravel

25243.1k](/packages/encore-redis-manager)[vink/nova-cache-card

Manage your application's cache from a handy Laravel Nova dashboard card.

26317.3k1](/packages/vink-nova-cache-card)[moox/jobs

Manage Job Queues, Failed Jobs and Batches in Filament.

6421.8k](/packages/moox-jobs)[ginnerpeace/laravel-redis-lock

Simple redis distributed locks for Laravel.

15114.4k](/packages/ginnerpeace-laravel-redis-lock)[byerikas/cache-tags

Allows for Redis/Valkey cache flushing multiple tagged items by a single tag.

1413.9k](/packages/byerikas-cache-tags)

PHPackages © 2026

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