[Solved] Yii2-Mongodb

Hello everyone.

I am trying to use this extension with yii 2.0 and installing with composer, but has an error on console




Your requirements could not be resolved to an installable set of packages.


  Problem 1

    - yiisoft/yii2-mongodb 2.0.x-dev requires ext-mongo >=1.3.0 -> the requested PHP extension mongo is missing from your system.

    - yiisoft/yii2-mongodb dev-master requires ext-mongo >=1.3.0 -> the requested PHP extension mongo is missing from your system.

    - yiisoft/yii2-mongodb 2.0.0-beta requires ext-mongo >=1.3.0 -> the requested PHP extension mongo is missing from your system.

    - Installation request for yiisoft/yii2-mongodb * -> satisfiable by yiisoft/yii2-mongodb[2.0.0-beta, dev-master, 2.0.x-dev].




I already installed the PHP extension using PECL

how use mongodb on yii 2.0 ?

I solved this.

i added the extension in /etc/php5/cli/php.ini and it worked.