lwc/kumite-moa

将Kumite集成到Moa的桥接库

0.5.2 2013-01-22 12:21 UTC

This package is not auto-updated.

Last update: 2024-09-14 14:04:06 UTC


README

通过moa将Kumite桥接到mongoDb的库

安装

composer require lwc/kumite-moa

使用

在kumite设置过程中提供MoaStorageAdapter的实例

<?php

Kumite::setup(array(
  'storageAdapter' => new MoaStorageAdapter(),
  'tests' => function() {
    require_once('path/to/configuration/file.php');
    return $config;
  }
));

查询

通过Moa域对象查询事件和参与者,详情请见99designs/moa