<?php $m = new Mongo(); $c = $m->demo->talks; $c->insert( [ '_id' => 'mongodb' ], // document [ 'w' => 1 ] // options ); ?>