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.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

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

PHP Build Version
Package Version
Requires php Version >=5.5.0
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
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package s00d/redis-web contains the following files

Loading the files please wait ....