---
title: "Currently active versions of PHP."
method: GET
path: "/releases/branches.php"
---

# Currently active versions of PHP.

`GET /releases/branches.php`

## Response `200`

Actively supported per-branch versions of PHP.

- object[]
  - `branch` string — Major.Minor branch identifier, e.g. (8.4, 5.6, etc...)
  - `latest` string — Most recent release on this branch (e.g. 8.4.5, 5.6.40, etc...)
  - `state` 'stable' | 'security' | 'eol' | 'future' — Overall release readiness of the branch.
  - `initial_release` string, date-time — Date on which first GA release of the branch was announced.
  - `active_support_end` string, date-time — Date on which general bugfix support for this branch ends.
  - `security_support_end` string, date-time — Date on which all support for this branch ends.

---

[API](https://skmtc.dev/php/apis/php-website-api.md) · [All operations](https://skmtc.dev/php/apis/php-website-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/php/php-website-api/revisions/48bd150c651b/schema)
