, yii2-, , , ,
1) global "fxp/composer-asset-plugin: ~ 1.1.1"
2) "yiisoft/yii2-mongodb": "~ 2.0.0" composer.json
3) .
4) , , , composer.js, .
5) common/config/main.php
return [
'components' => [
'mongodb' => [
'class' => '\yii\mongodb\Connection',
'dsn' => 'mongodb://developer:password@localhost:27017/mydatabase',
],
],
];
mongoDb .
$collection = Yii::$app->mongodb->getCollection('customer');
$collection->insert(['name' => 'John Smith', 'status' => 1]);
. ,
https://github.com/yiisoft/yii2-mongodb