Download the PHP package prooph/snapshot-mongodb-adapter without Composer
On this page you can find all versions of the php package prooph/snapshot-mongodb-adapter. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download prooph/snapshot-mongodb-adapter
More information about prooph/snapshot-mongodb-adapter
Files in prooph/snapshot-mongodb-adapter
Package snapshot-mongodb-adapter
Short Description Snapshot MongoDB Adapter for ProophEventStore
License BSD-3-Clause
Homepage http://getprooph.org/
Informations about the package snapshot-mongodb-adapter
snapshot-mongodb-adapter
MongoDB Adapter for the Snapshot Store
CAUTION: Support for the adapter will end at 31 December 2017. Use https://github.com/prooph/mongodb-snapshot-store instead!
Set Up
How to use the adapter is explained in the prooph/event-store docs.
Interop Factory
Some general notes about how to use interop factories shipped with prooph components can be found in the event store docs.
Use the mongodb snapshot adapter factory to set up the adapter. If your IoC container supports callable factories
you can register the factory under a service id of your choice and configure this service id as $config['prooph']['snapshot_store']['adpater']['type'] = <adapter_service_id>
.
Requirements
- MongoDB >= 4.0
- MongoDB PHP Driver >= 1.5.2
Indexing
For faster access to the snapshots, it's recommended to index the metadata.
For example:
or use \Prooph\EventStore\Snapshot\Adapter\MongoDb\MongoDbSnapshotAdapter::createIndexes
Support
- Ask questions on prooph-users google group.
- File issues at https://github.com/prooph/snapshot-mongodb-adapter/issues.
- Say hello in the prooph gitter chat.
Contribute
Please feel free to fork and extend existing or add new features and send a pull request with your changes! To establish a consistent code quality, please provide unit tests for all your changes and may adapt the documentation.
Dependencies
Please refer to the project composer.json for the list of dependencies.
License
Released under the New BSD License.
All versions of snapshot-mongodb-adapter with dependencies
ext-mongodb Version ^1.5.2
mongodb/mongodb Version ^1.4.2
prooph/event-store Version ^6.3
prooph/common Version ^3.7