Download the PHP package s00d/redis-web without Composer
On this page you can find all versions of the php package s00d/redis-web. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package redis-web
Redis-WEB
Redis-web is a simple web interface in Slim and Vue to manage Redis databases.
It is released under the Creative Commons Attribution 3.0 license. This code is being developed and maintained by Pavel Kuzmin.
You can send comments, patches, questions here on github
Special thanks to Erik Dubbelboer
Preview
Installing/Configuring
To install redis-web through composer you need to execute the following commands:
or you can also do a manual install using:
Install and run:
Settings
Copy .env.example
to .env
and edit it with your specific configuration.
all setting in file ./Settings.php
Passwords:
Cleartext passwords are only good for quick testing. You probably want to use hashed passwords. Hashed password can be generated with htpasswd command line tool or password_hash() PHP function
Add to settings
Apache configuration
Ensure your .htaccess
and index.php
files are in the same public-accessible directory. The .htaccess
file should contain this code:
Make sure your Apache virtual host is configured with the AllowOverride option so that the .htaccess rewrite rules can be used:
Nginx configuration
This is an example Nginx virtual host configuration for the domain example.com
. It listens for inbound HTTP connections on port 80. It assumes a PHP-FPM server is running on port 9000.
You should update the server_name
, error_log
, access_log
, and root directives
with your own values.
Queues!
Show all queues from redis:
Install latest PM2 stable version is installable via NPM:
Run
All versions of redis-web with dependencies
slim/slim Version ^3.1
predis/predis Version ^1.1
slim/php-view Version ^2.0
monolog/monolog Version ^1.17
symfony/var-dumper Version ^3.1
davidepastore/slim-config Version ^0.1.1
superbalist/php-pubsub Version ^2.0
superbalist/php-pubsub-redis Version ^2.0
tuupola/slim-basic-auth Version ^2.3
hassankhan/config Version ^0.10.0
slim/http-cache Version ^0.4.0
rubellum/slim-blade-view Version ^0.1.1
zeuxisoo/slim-whoops Version 0.6.*
bairwell/middleware-cors Version ^0.3.7