Mongodb support

well i have found this topic

lets say you want install mongodb support for php71
under root

yum install re2c
yum install lsphp71-devel make gcc glibc-devel zlib-devel
/usr/local/lsws/lsphp71/bin/pecl install mongodb
chmod 755 /usr/local/lsws/lsphp71/lib64/php/modules/mongodb.so

then open cyberpanel go to SERVER-> PHP → Edit configs and select advanced
find section “Dynamic Extensions” or just add
add line extension=mongodb.so

save and it will works
how to install mongodb read on official site