Get custom PHP recommendations.

This function returns a list of recommended PHP versions.

SecurityBasicAuth
Responses
200

HTTP Request was successful.

Response Schema: application/json
apiversion
integer

The version of the API.

func
string

The name of the method called.

module
string

The name of the module called.

object
get/get_php_recommendations
Request samples
uapi --output=jsonpretty \
  --user=username \
  EA4 \
  get_php_recommendations
Response samples
application/json
{
  • "apiversion": 3,
  • "func": "get_php_recommendations",
  • "module": "EA4",
  • "result": {
    • "data": [
      • "php80"
      ],
    • "errors": null,
    • "messages": null,
    • "metadata": {
      • "transformed": 1
      },
    • "status": 1,
    • "warnings": null
    }
}