PHPackages                             zavrik/laravel-redis-ui - 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. zavrik/laravel-redis-ui

ActivePackage[Caching](/categories/caching)

zavrik/laravel-redis-ui
=======================

Redis content management system for laravel application

0.1.4(10mo ago)0292↓100%MITJavaScriptPHP &gt;=8.2

Since Nov 18Pushed 10mo agoCompare

[ Source](https://github.com/Zavrik94/laravel-redis-ui)[ Packagist](https://packagist.org/packages/zavrik/laravel-redis-ui)[ RSS](/packages/zavrik-laravel-redis-ui/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (5)Dependencies (7)Versions (6)Used By (0)

[![Latest Stable Version](https://camo.githubusercontent.com/33c4541a2c65e015acce795603251c5aaa0357b5fc288ec77083db4b15e9172b/68747470733a2f2f706f7365722e707567782e6f72672f6665696b776f6b2f6c61726176656c2d72656469732d75692f762f737461626c65)](https://packagist.org/packages/feikwok/laravel-redis-ui)[![Total Downloads](https://camo.githubusercontent.com/e7eb03bb0c723092b15af0c69efc057c053f14b71ac5b4b4f6219d117faa319c/68747470733a2f2f706f7365722e707567782e6f72672f6665696b776f6b2f6c61726176656c2d72656469732d75692f646f776e6c6f616473)](https://packagist.org/packages/feikwok/laravel-redis-ui)[![License](https://camo.githubusercontent.com/2becb5de2f633b5f29010c8b9d22d0a31431a20e31e21925cc0a065c09e11e87/68747470733a2f2f706f7365722e707567782e6f72672f6665696b776f6b2f6c61726176656c2d72656469732d75692f6c6963656e7365)](https://packagist.org/packages/feikwok/laravel-redis-ui)

laravel-redis-ui
================

[](#laravel-redis-ui)

Redis UI for Laravel

When we are dealing with redis database, we often need to install a different application for a user interface to view or maybe manipulate the data, say for testing purposes.

This package will provide an interface for user to management the redis database with their Laravel application. The features included in this package are:

- Select a database connection on your Redis server
- Search/Filter by:
    - Key
    - Content/ Value
- Reset filter
- Pagination on results
- Create a new record (key + content)
- Edit an existing record (content only)
- Delete an existing record

Requirement
===========

[](#requirement)

- PHP 7.0+
- Redis Server, which configured in you laravel application
- Laravel 5.3+
- Vuejs 2.0+
- Vuex 2.0+

Installation
============

[](#installation)

**First we need to install Vuex**

Vuejs CDN has been included to the default template. But Vuex are not. So you might want to install Vuex first on your machine.

```
npm install vuex --save

```

Or otherwise, you can modify the default template to include the CDN for Vuex.

```

or

```

**Add and install the package with the follow command to your laravel application**

```
composer require zavrik/laravel-redis-ui

```

**Update the config/app.php file to include the following line in 'providers' section**

```
Zavrik\RedisUI\LaravelRedisUIServiceProvider::class,

```

**At last make sure you publish the resources to your public folder**

```
php artisan vendor:publish

```

Thats should be all. Happy coding!

Sandbox/ Demo
=============

[](#sandbox-demo)

[laravel-redis-ui Demo](http://opi.ateliersign.com/sandbox/public/redis-ui)

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance53

Moderate activity, may be stable

Popularity13

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 87.1% 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 ~236 days

Total

5

Last Release

327d ago

PHP version history (3 changes)0.1PHP &gt;=7.0

0.1.2PHP &gt;=8.0

0.1.3PHP &gt;=8.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/505745a5e3bb1e2dfdeea4ad32f4dcf3cdb45b19bb4e1ca40ab58add2e4a42e3?d=identicon)[Zavrik94](/maintainers/Zavrik94)

---

Top Contributors

[![softfish](https://avatars.githubusercontent.com/u/13353358?v=4)](https://github.com/softfish "softfish (61 commits)")[![feiarkade](https://avatars.githubusercontent.com/u/38195666?v=4)](https://github.com/feiarkade "feiarkade (4 commits)")[![zavrazhyn-artem](https://avatars.githubusercontent.com/u/34553294?v=4)](https://github.com/zavrazhyn-artem "zavrazhyn-artem (3 commits)")[![artem-zavrazhyn](https://avatars.githubusercontent.com/u/79974098?v=4)](https://github.com/artem-zavrazhyn "artem-zavrazhyn (2 commits)")

---

Tags

laraveluiredis

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/zavrik-laravel-redis-ui/health.svg)

```
[![Health](https://phpackages.com/badges/zavrik-laravel-redis-ui/health.svg)](https://phpackages.com/packages/zavrik-laravel-redis-ui)
```

###  Alternatives

[barryvdh/laravel-ide-helper

Laravel IDE Helper, generates correct PHPDocs for all Facade classes, to improve auto-completion.

14.9k123.0M687](/packages/barryvdh-laravel-ide-helper)[laravel/ui

Laravel UI utilities and presets.

2.7k134.9M601](/packages/laravel-ui)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9682.1M97](/packages/roots-acorn)[tucker-eric/eloquentfilter

An Eloquent way to filter Eloquent Models

1.8k4.8M26](/packages/tucker-eric-eloquentfilter)[yadahan/laravel-authentication-log

Laravel Authentication Log provides authentication logger and notification for Laravel.

416632.8k5](/packages/yadahan-laravel-authentication-log)[aedart/athenaeum

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

255.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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