Need php-mcrypt for PHP7 on CentOS 7.5

I have CentOS 7.5 server with php7 and Virtualmin Pro. I need to install a web script that requires php7 and php-mcrypt extension. Unfortunately it looks like Virtualmin install script did not install the php-mcrypt extension during the initial set up. How can I add the php-mcrypt extension now? I tried yum install rh-php70-php-mcrypt but that didn’t work.

Never mind I got it figured out. I installed php71 from remi repo with all the extensions that I need and everything is working.