Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 924 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 924 Bytes

Versions updater

php-versions

Container to retrieve php versions infos programmatically.

Created to replace fetching infos from php.net website, as a DDOS prevention mechanism has been implemented, preventing people to use it programmatically.

Active php versions

See actives.json file, content is the same as https://www.php.net/releases/active.php


Automatic updates

  • actives.json file is updated each week on Sunday morning thanks to update-versions workflow

Conditional requests - GitHub quota

In case you use gitHub API, you can leverage conditional requests mechanism to avoid consuming uselessly your quota if file hasn't been updated since your last fetch