why yii2 do not use the new mongodb driver?

The old php mongo driver is legacy. But yii2-mongodb is still requires the old one.

The old one only supports php5, can not use with php6 or php7.

I want to use the new mongo driver and php 7 in our project. How to solve the problem?

yii2-mongo extension.