Skip to content

lwc/kumite-moa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

kumite-moa

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

About

Bridge library to back Kumite onto Moa

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages