A MongoDB database driver for Imbo
Valid parameters for this driver:
- (string) databaseName Name of the database. Defaults to 'imbo'
- (string) server The server string to use when connecting to MongoDB. Defaults to
'mongodb://localhost:27017'
- (array) options Options to use when creating the MongoClient instance. Defaults to
['connect' => true, 'connectTimeoutMS' => 1000].