Download the PHP package life2016/yii2-phpredisadmin without Composer

On this page you can find all versions of the php package life2016/yii2-phpredisadmin. 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 yii2-phpredisadmin

Redis 可视化接口管理平台

phpRedisAdmin是一个管理Redis数据库的简单web界面,支持多个Server服务器配置,支持限制指定的db访问。同时支持简单的导入、导出、修改、删除、更新等操作

你可以在issues或发送评论、补丁、问题

解决痛点

主要是解决线上数据不能本地直接访问,特提供网页版方式,本地直连,无需开远程IP。

特性

安装

配置

在高级版YII2框架中,服务器配置以及参数配置,请在params.php或params-local.php中配置键名"life2016.admin.configs",即可覆盖系统默认参数,如:

更多详细参数注释详看类:life2016\phpredis\components\Configs

TODO

贡献


All versions of yii2-phpredisadmin with dependencies

PHP Build Version
Package Version
Requires yiisoft/yii2 Version ~2.0.7
predis/predis Version ^1.1
paragonie/random_compat Version >=2
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 life2016/yii2-phpredisadmin contains the following files

Loading the files please wait ....