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