- How to install the mongodb driver:
Download this: https://pecl.php.net/package/mongo/1.6.16/windows
Extract the dll to php's ext file
add the extension to php.ini file
check if it is installed properly through phpinfo();
If you see a section called mongo in phpinfo(), it is installed properly