1. 打开网址: https://pecl.php.net/package/mongodb 选择适合自己的版本。
![](https://box.kancloud.cn/bb8804298a28ea3b2a1f883180bc3cf4_1555x301.png)php_mongodb-1.4.3-7.2-nts-vc15-x86
2. 复制文件到PHP安装的扩展文件夹:D:\phpStudy\PHPTutorial\php\php-7.2.1-nts\ext
~~~
php_mongodb.dll
~~~
3. 打开php.ini 添加:
~~~
extension=php_mongodb.dll
~~~
4. 重新启动nginx服务器
![](https://box.kancloud.cn/2c73a65fcda127217b7216b0fe3baa76_405x334.png)
5. windows环境下运行函数`phpinfo()`,查看是否安装成功:
~~~
http://localhost/phpinfo.php
~~~
![](https://box.kancloud.cn/5b3be65e8f3c6ed7e8c0736a3413eb02_941x348.png)
* * * * *
http://php.net/manual/en/mongodb.installation.windows.php