xabbuh / xapi-mongodb-storage
This package is abandoned and no longer maintained.
The author suggests using the php-xapi/repository-mongodb package instead.
MongoDB driver implementation of an xAPI storage
v0.1.0
2016-03-21 12:06 UTC
Requires
- doctrine/mongodb-odm: ~1.0
- php-xapi/model: ^0.1.0
- php-xapi/repository-api: ^0.1.1
- php-xapi/repository-doctrine: ^0.1.0
Requires (Dev)
- php-xapi/exception: ^0.1.0
Provides
This package is not auto-updated.
Last update: 2022-02-01 12:36:07 UTC
README
CAUTION: This package is not maintained anymore. Please use php-xapi/repository-mongodb instead which provides the same features.
MongoDB driver implementation of an xAPI storage.
Installation
Install the MongoDB driver using Composer:
$ composer require --no-update doctrine/mongodb-odm "~1.0@dev" $ composer require --no-update xabbuh/xapi-doctrine-storage "~1.0@dev" $ composer require xabbuh/xapi-mongodb-storage "~0.1@dev"