5 Star 27 Fork 6

inhere / php-redis

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
composer.json 675 Bytes
一键复制 编辑 原始数据 按行查看 历史
inhere 提交于 2017-03-29 22:36 . rename project name
{
"name": "inhere/redis",
"type": "library",
"description": "a simple redis library of the php",
"keywords": ["library","redis", "singleton", "master-slave", "cluster"],
"homepage": "http://github.com/inhere/php-redis",
"license": "MIT",
"authors": [
{
"name": "inhere",
"email": "in.798@qq.com",
"homepage": "http://www.yzone.net/"
}
],
"require": {
"php": ">=5.6.0",
"ext-redis": "*"
},
"autoload": {
"psr-4": {
"inhere\\redis\\" : "src/"
}
},
"suggest": {
"inhere/simple-print-tool": "Very lightweight data printing tool",
"inhere/php-validate": "Very lightweight data validate tool"
}
}
PHP
1
https://gitee.com/inhere/php-redis.git
git@gitee.com:inhere/php-redis.git
inhere
php-redis
php-redis
master

搜索帮助