在使用php composer.phar install 时报的错误php
mongodb/mongodb 1.0.0 requires ext-mongodb ^1.1.0 -> the requested PHP extension mongodb is missing from your system.mongodb
这个问题的大体意思是mongodb1.00须要扩展驱动mongo 1.10,问题缘由多是:composer
mongodb和mongodb的驱动扩展版本不兼容ide
php 扩展中缺失了其中的一个扩展(我遇到的为题就是这个,有mongo扩展,没有安装mongodb扩展)ui
安装相应的扩展包便可解决,扩展包地址:
spa