1 Star 1 Fork 1

huimin / mongodb

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
composer.json 488 Bytes
一键复制 编辑 原始数据 按行查看 历史
指缝间的缺陷 提交于 2021-06-07 16:27 . composer.json信息修改
{
"name": "hamster/mongodb",
"description": "基于mongodb/mongodb封装的mongodb常用curd库",
"keywords": ["hamster", "mongodb"],
"require": {
"mongodb/mongodb": "1.x",
"php": ">=7.0.0"
},
"authors": [
{
"name": "ljh",
"email": "498296698@qq.com"
}
],
"autoload": {
"psr-4": {
"hamster\\mongodb\\": "src"
},
"files": []
},
"license": "LGPL-3.0-only"
}
PHP
1
https://gitee.com/hui-min/mongodb.git
git@gitee.com:hui-min/mongodb.git
hui-min
mongodb
mongodb
master

搜索帮助