davedevelopment / phpmig

Simple migrations system for php
Other
569 stars 92 forks source link

New MongoDb adapter #138

Closed Zeyckler closed 5 years ago

Zeyckler commented 6 years ago

The current Mongo adapter is using the old/deprecated Mongo driver of PHP. This new adapter uses the current MongoDb driver based in the high-level abstraction library of MongoDb (https://github.com/mongodb/mongo-php-library).

Zeyckler commented 5 years ago

Hi @davedevelopment , could you take a look at this PR? Thanks!