rpm --import http://www.jasonlitka.com/media/RPM-GPG-KEY-jlitka
yum install -y epel-release
rpm -Uvh http://rpms.remirepo.net/enterprise/remi-release-6.rpm
yum install -y yum-utils
yum-config-manager --enable remi-php74
yum install -y php php-cli php-fpm php-common
php -v