lwc/kumite-moa
最新稳定版本:0.5.2
Composer 安装命令:
composer require lwc/kumite-moa
包简介
Bridge library for backing Kumite onto Moa
README 文档
README
Bridge library to back Kumite onto mongoDb via moa
Installing
composer require lwc/kumite-moa
Using
Provide an instance of MoaStorageAdapter during the setup of kumite:
<?php Kumite::setup(array( 'storageAdapter' => new MoaStorageAdapter(), 'tests' => function() { require_once('path/to/configuration/file.php'); return $config; } ));
Querying
Query for events and participants via the Moa domain objects, see 99designs/moa for details
统计信息
- 总下载量: 3.25k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 1
其他信息
- 授权协议: MIT
- 更新时间: 2013-01-15