Topic: Fresh install PHP7 only, without upgrade, not in opt

So I installed PHP70

sudo yum install -y \
    php70-php-php \
    php70-php-common \
    php70-php-cli \
    php70-php-devel \
    php70-php-fpm \
    php70-php-mysqlnd \
    php70-php-xml \
    php70-php-gd \
    php70-php-mcrypt \
    php70-php-soap \
    php70-php-mbstring \
    php70-php-pear \
    php70-php-pdo \
    php70-php-pecl-redis \
    php70-php-pecl-yaml \
    php70-php-pecl-pdflib

I then ran php -v and the executable was not found. I realized it installed into  /etc/opt/remi/php70/ which is fine, I realized it all installs as "php70-*" - I had a similar challenge trying to start php-fpm

systemctl start php-fpm.service // fails
systemctl start php70-php-fpm.service // works

Is there an installation flag that just makes this install as "php" in the normal fashion (that is, without "php70-*" preceding all the components)?

Re: Fresh install PHP7 only, without upgrade, not in opt

Yes, follow the Configuration Wizard (link on top of the page) and choose "single version"

Laptop:  Fedora 38 + rpmfusion + remi (SCL only)
x86_64 builder: Fedora 39 + rpmfusion + remi-test
aarch64 builder: RHEL 9 with EPEL
Hosting Server: CentOS 8 Stream with EPEL, rpmfusion, remi