The atomic-php54 and atomic-php55 packages are now available in the atomic repo. The structure is exactly like the regular php packages, with sub modules for other components, like mcrypt, mysqlnd, snmp, etc.
In order to add the atomic repo:
1) wget -q -O -
http://www.atomicorp.com/installers/atomic |sh
2) List all the atomic-php packages:
yum list |grep atomic-php
3) To install: yum install <packagename>
4) To add to plesk:
/usr/local/psa/bin/php_handler --add -displayname <NN> -path <path to php cgi> -phpini <path to php.ini> -type <php handler> -id <NN-custom>
-displayname <NN> is the PHP version name that will be shown in the Panel UI. We recommend that you include the version number in the displayname, for example, you can name the version "5.3.3-custom".
-path <path to php cgi>i is the location of the PHP CGI binary file. You can find this in the output of the command make install in the line Installing PHP CGI binary. For example, if you see the line Installing PHP CGI binary: /usr/local/bin/, the location you need to specify is /usr/local/bin/php-cgi. Learn more at
http://php.net/manual/en/install.unix.commandline.php.
-phpini <path to php.ini> is the location of the php.ini file, for example, /some/path/php.ini .
-type <php handler> is the type of the PHP handler associated with this version. Learn more about PHP handlers in the section PHP Handlers.
(Optional) -id <NN-custom> is the identifier that you will use for referring to this PHP version when adjusting or removing it.