Download the PHP package mengino/redis-manager without Composer
On this page you can find all versions of the php package mengino/redis-manager. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download mengino/redis-manager
More information about mengino/redis-manager
Files in mengino/redis-manager
Download mengino/redis-manager
More information about mengino/redis-manager
Files in mengino/redis-manager
Vendor mengino
Package redis-manager
Short Description Redis manager for laravel
License MIT
Homepage https://github.com/mengino/redis-manager
Package redis-manager
Short Description Redis manager for laravel
License MIT
Homepage https://github.com/mengino/redis-manager
Please rate this library. Is it a good library?
Informations about the package redis-manager
`Redis-manager` gives your laravel application a redis web administration interface that allows you to easily manipulate the most commonly used data types for redis (strings, hashes, lists, sets, sorted sets). It also provides a web-style command-line tool that works like redis-cli that can run most of the redis commands. `Redis-manager` allows you to easily monitor several redis system status, including memory usage, cpu usage, and the throughput of each command. Here is the living [demo](https://zsong.me/redis-manager/) > redis-manager reads laravel's redis configuration located in the `config/database.php` # Installation You may use Composer to install Redis-manager into your Laravel project: After installing `redis-manager`, publish its assets using the vendor:publish Artisan command: After installation, open `http://your-server/redis-manager` to access `redis-manager`. ## Configuration The config file was published at `config/redis-manager.php`, and the default contents of the configuration: ## Authentication By default, you will only be able to access `redis-manager` in the `local` environment. To define a more specific access policy for it, you should use the `RedisManager::auth` method. The auth method accepts a callback which should return `true` or `false`, indicating whether the user should have access to `redis-manager`: ## License `Redis manager` is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT)All versions of redis-manager with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.4.0
illuminate/contracts Version >=5.7
illuminate/support Version >=5.7
predis/predis Version ^1.1
illuminate/contracts Version >=5.7
illuminate/support Version >=5.7
predis/predis Version ^1.1
The package mengino/redis-manager contains the following files
Loading the files please wait ....