Return installed PHP versions

This function returns the installed PHP versions on a server.

Note:

This document only applies to systems that run EasyApache 4.

Important:

When you disable the Web Server role , the system disables this function.

SecurityBasicAuth
Responses
200

HTTP Request was successful.

Response Schema: application/json
object
object
get/php_get_installed_versions
Request samples
whmapi1 --output=jsonpretty \
  php_get_installed_versions
Response samples
application/json
{
  • "data": {
    • "versions": [
      • "ea-php74"
      ]
    },
  • "metadata": {
    • "command": "php_get_installed_versions",
    • "reason": "Ok",
    • "result": 1,
    • "version": 1
    }
}