I guess this would be a webmaster request.
The 'release' page offers a JSON and serialized list of the PHP releases. https://www.php.net/releases/?json I believe the 'supported versions' page could benefit from similar functionality. BTW: Nice calendar! https://www.php.net/supported-versions.php I was considering using shields.io to make some dynamic badges that would promote upgrading to later PHP versions, show end-of-life, etc... https://img.shields.io/badge/dynamic/json.svg?color=red&label=PHP%205.6&query=source.0.date&url=https%3A%2F%2Fwww.php.net%2Freleases%2Findex.php%3Fjson%26version%3D5 The PHP community 'may' be able to benefit from JSON or serialized access to active support, security support, and other supported version details. Another option, would be to produce your own badges to convey this information. Sincerely, Brian LaVallee
