10 Star 22 Fork 3

喵了个咪 / phalapi2-redis

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
composer.json 626 Bytes
一键复制 编辑 原始数据 按行查看 历史
文振熙 提交于 2017-08-20 09:41 . 提交去除composer版本信息
{
"name": "phalapi/redis",
"description": "PhalApi 2.x 扩展类库 - Redis 丰富基础redisCache类功能,更贴切复杂场景下的redis使用。",
"keywords": [
"phalapi",
"redis",
"phalapi-redis"
],
"license": "GPL-3.0+",
"homepage": "https://www.phalapi.net/",
"type": "library",
"authors": [
{
"name": "喵了个咪",
"email": "wenzhenxi@vip.qq.com",
"homepage": "http://w-blog.cn",
"role": "Developer"
}
],
"require": {
"php": ">=5.3.3",
"phalapi/kernal": "2.0.*"
},
"autoload": {
"psr-4": {
"PhalApi\\Redis\\": "src/"
}
}
}
PHP
1
https://gitee.com/wenzhenxi/phalapi2-redis.git
git@gitee.com:wenzhenxi/phalapi2-redis.git
wenzhenxi
phalapi2-redis
phalapi2-redis
master

搜索帮助