andreypostal/php-stuff-versioned-mongo

v0.0.1 2025-04-14 19:52 UTC

This package is auto-updated.

Last update: 2025-04-14 19:56:34 UTC


README

This is a backend implementation for the library PHP Stuff Versioned.

Installation

composer require andreypostal/php-stuff-versioned-mongo

Usage

$client = new MongoClient();
$db = $client->selectDB('my_db');

$backend = new \Andrey\StuffVersioned\Backend\Mongo\Mongo($db);

$manager = new \Andrey\StuffVersioned\VersionManager($backend);

// ...