How to load mongodb.so extension in xampp php5.6 on mac os

sudo /Applications/XAMPP/xamppfiles/bin/pecl install mongodb-1.7.4

Above command I tried.
Mongodb extension was installed in /usr/local/Cellar/php@5.6/5.6.35/pecl/20131226/mongodb.so
But extension not loaded in xampp(php 5.6)

@reka_rajendran I have not tried this on MacOS, but generally with PHP you also have to edit the php.ini to add:

extension=mongodb.so

Hello. Is this topic still active? I am trying to install the mongodb php drive in XAMPP on an arm mac, but I seem to be having conflicts with the architecture and I can’t seem to be able to find any hints online.

Can you post the error messages?