Skip to content

Instantly share code, notes, and snippets.

View oqq's full-sized avatar
👽

Eric Braun oqq

👽
View GitHub Profile
@oqq
oqq / MongoConnection.php
Created February 20, 2017 08:08 — forked from codeliner/MongoConnection.php
prooph MongoEventStore v7
<?php
declare(strict_types = 1);
namespace Acme\Infrastructure\MongoDb;
use MongoDB\Client;
use MongoDB\Collection;
class MongoConnection