1 Star 0 Fork 0

hametan / phalapi2-redis

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
composer.json 603 Bytes
一键复制 编辑 原始数据 按行查看 历史
文振熙 提交于 2018-01-25 14:56 . Update composer.json
{
"name": "phalapi/redis",
"description": "PhalApi 2.x 扩展类库 - Redis 丰富基础redisCache类功能,更贴切复杂场景下的redis使用。",
"keywords": [
"phalapi",
"redis",
"phalapi-redis"
],
"license": "GPL-3.0-or-later",
"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"
},
"autoload": {
"psr-4": {
"PhalApi\\Redis\\": "src/"
}
}
}
PHP
1
https://gitee.com/hametan/phalapi2-redis.git
git@gitee.com:hametan/phalapi2-redis.git
hametan
phalapi2-redis
phalapi2-redis
master

搜索帮助