文件名称:fastmongo:Hyper Hyperf的即插即用Mongodb驱动程序(带有协程!)
文件大小:7.19MB
文件格式:ZIP
更新时间:2024-05-25 00:03:02
mongodb swoole coroutine hyperf hyperf-mongodb
reasno/fastmongo是reasno/fastmongo的基于协程的mongodb客户端,由hyperf/gotask 。 安装 composer require reasno/fastmongo 需要MongoDB扩展。 MongoDB> 4.0 MongoDBPHP库不是必需的。 围棋是不需要的。 配置 只需设置环境变量MONGODB_URI。 (默认为mongodb://127.0.0.1:27017 ) 您也可以使用php bin/hyperf.php vendor:publish reasno/fastmongo来导出配置。 API清单 <?php namespace App \ Controller ; use Hyperf \ GoTask \ MongoClient \ MongoClient ; class IndexController {
【文件预览】:
fastmongo-master
----.gitattributes(20B)
----publish()
--------mongodb.php(214B)
----src()
--------DomainConfig.php(2KB)
--------ConfigProvider.php(1KB)
----.php_cs(2KB)
----.travis.yml(825B)
----phpunit.xml(493B)
----README.md(3KB)
----.phpstorm.meta.php(116B)
----.gitignore(45B)
----bin()
--------mongo-proxy-linux-amd64(10.24MB)
--------build.sh(763B)
--------mongo-proxy-darwin-amd64(11.04MB)
----composer.json(997B)