lwc / kumite-moa
Bridge library for backing Kumite onto Moa
Installs: 3 249
Dependents: 0
Suggesters: 1
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Requires
- php: >=5.3.2
- 99designs/moa: 1.0.*@beta
- lwc/kumite: 1.0.*@beta
This package is not auto-updated.
Last update: 2024-10-26 14:44:29 UTC
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