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

ActivePackage[Caching](/categories/caching)

feikwok/laravel-redis-ui
========================

Redis content management system for laravel application

v1.1.5(7y ago)61.6k4[1 issues](https://github.com/softfish/laravel-redis-ui/issues)[1 PRs](https://github.com/softfish/laravel-redis-ui/pulls)MITJavaScriptPHP &gt;=7.0CI failing

Since Sep 4Pushed 2y ago1 watchersCompare

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

READMEChangelog (2)Dependencies (7)Versions (11)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 feikwok/laravel-redis-ui

```

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

```
Feikwok\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!

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance17

Infrequent updates — may be unmaintained

Popularity26

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor1

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

Recently: every ~75 days

Total

7

Last Release

2866d ago

### Community

Maintainers

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

---

Top Contributors

[![softfish](https://avatars.githubusercontent.com/u/13353358?v=4)](https://github.com/softfish "softfish (62 commits)")[![feiarkade](https://avatars.githubusercontent.com/u/38195666?v=4)](https://github.com/feiarkade "feiarkade (4 commits)")

---

Tags

laraveluiredis

###  Code Quality

TestsPHPUnit

### Embed Badge

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

```
[![Health](https://phpackages.com/badges/feikwok-laravel-redis-ui/health.svg)](https://phpackages.com/packages/feikwok-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)
