MongoDB driver is a PHP extension that manages the connection to the MongoDB server and enables you to perform all kinds of operations on a NoSQL database through PHP.
Same steps will also work on Ubuntu 20.04, 18.04 and CentOS 7, 8.
How to install mongodb extension for PHP on Ubuntu 22.04 LTS.
NOTE:- In my system I have installed php7.4 version
Step1. Update the apt repository
sudo apt update
Step 2. Install MongoDB PHP driver on Linux
sudo pecl install mongodb
Installing the driver via PECL command will use bundled versions of » libbson and » libmongoc and attempt to automatically configure them.
Step 3. Adding the following line in two locations to your php.ini file:
Hi All, My name is Vikash Ekka from India. I’m the founder and tech editor of https://www.vetechno.in. I have completed my Graduation in BCA. I love to write technical articles like Windows, Linux & MAC Tutorials, Tips, Tricks, How To fix, Tutorials About Ethical Hacking & Cyber Security Guide, and Software Review.
Currently, I have been working as an IT professional since 2018.
[…] How to install mongodb extension for PHP […]