andreypostal / php-stuff-versioned-mongo
v0.0.1
2025-04-14 19:52 UTC
Requires
- andreypostal/php-pancake-object: ^0.0.4
- andreypostal/php-stuff-versioned: ^0.0.1
- mongodb/mongodb: ^1.17.0
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); // ...