---
title: "ReadPhpConfigs"
method: GET
path: "/v1/runtime/php/{hostname}/"
tags: ["runtime"]
---

# ReadPhpConfigs

`GET /v1/runtime/php/{hostname}/`

Get php version, modules and settings for a hostname.

## Path parameters

- `hostname` string, required

## Response `200`

OK

- EntityPhpConfigs
  - `hostname` string
  - `modules` EntityPhpModule[]
    - `name` string
    - `status` boolean
  - `settings` EntityPhpSetting[]
    - `name` string
    - `options` string[]
    - `type` string
    - `value` string
  - `version` EntityPhpVersion
    - `options` string[]
    - `value` string

---

[API](https://skmtc.net/goinfinite/apis/osapi.md) · [All operations](https://skmtc.net/goinfinite/apis/osapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/goinfinite/osapi/revisions/7320a5d8ef9e/schema)
