Yii3 MongoDB extension to support MongoDB ActiveRecord?

I wanted to ask whether there is any Yii3 MongoDB extension planned that supports MongoDB ActiveRecord functionality similar to Yii2.

As of now there does not appear to be an official Yii3 MongoDB extension with full ActiveRecord support equivalent to Yii2’s yii2-mongodb package.

No, it is not planned. MongoDB is quite a different concept-wise, so while it worked with Yii 2, it was very restricted to schema-driven usage, which is definitely not the best part of MongoDB.

Nowadays, MongoDB provides an official PHP package, which is preferred for use with Yii3.