MongoDB 驱动程序 PHP 与 PHP 的 Mongo 驱动程序交互

MongoDB driver PHP interaction with Mongo driver for PHP

我目前正在为 PHP 使用 MongoDB 驱动程序:

http://php.net/manual/en/set.mongodb.php

不过,出于兼容性目的,我还希望能够使用旧版驱动程序(Mongo for PHP):

http://php.net/manual/en/book.mongo.php

有什么方法可以在同一个 PHP 脚本中同时使用两者?

唯一的可能是使用包装器,你可以在这里找到一些东西PHP MongoDB Frameworks