On 30.06.2019 at 02:48, Brian LaVallee wrote: > 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.
I think a pull request at <https://github.com/php/web-php/pulls> would be welcome. When looking at <https://github.com/php/web-php/blob/master/supported-versions.php>, this shouldn't be hard to implement. Thanks, Christoph -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
