1. Download paket repositori epel secara manual menggunakan wget
    # wget http://dl.fedoraproject.org/pub/epel/7/x86_64/Packages/e/epel-release-7-11.noarch.rpm
    # wget http://rpms.famillecollet.com/enterprise/remi-release-7.rpm
  2. Install menggunakan rpm
    # rpm -Uvh remi-release-7*.rpm epel-release-7*.rpm
  3. Install yum-utils untuk mengatur repositori
    # yum install yum-utils
  4. Kemudian enable php 5.4 dan install paket php
    # #yum-config-manager --enable remi-php54
    # yum install php php-mcrypt php-cli php-gd php-curl php-mysql php-ldap php-zip php-fileinfo
  5. Setelah itu cek versi php-nya
    # php -v