Closed
Description
The MongoDbStore is not compatible with the latest versions of mongodb extension. The latest mongodb extension uses a new way of creating the client.
Instead of MongoDB\Client
we now have MongoDB\Driver\Manager
.
Some options to consider:
- Make the store work for both interfaces.
- Migrate the store to the new interface.
- Create a new MongoDbStore implementation for the latest version of the interface.
- Use an adapter: https://github.com/alcaeus/mongo-php-adapter.
- Drop mongodbstore.