You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@
5
5
Provides API endpoints for support information for PHP major/minor versions and releases 5.6 and later.
6
6
7
7
8
-
This is a Laravel-based application that leverages the GitHub Repositories API to stream release tags from the `php/php-src` repo. We are then parsing out old and irrelevant tags (ex: alpha, beta and release candidates) and storing them along with support dates.
8
+
This is a Laravel-based application that leverages the GitHub Repositories API to stream release tags from the `php/php-src` repo. We are then parsing out old and irrelevant tags (ex: alpha, beta and release candidates) and storing them along with support dates from [endoflife.date](https://endoflife.date/).
9
9
10
10
The following endpoints are currently available, along with the optional `/versions` route alias:
<aclass="text-indigo-700 hover:text-indigo-900 underline"href="https://github.com/php/php-src">php/php-src</a> repo, and <aclass="text-indigo-700 hover:text-indigo-900 underline"href="https://endoflife.date/">endoflife.date</a> to store support info.
7
7
</p>
8
8
9
9
<pclass="mt-4 text-gray-500">This project is heavily inspired by <aclass="text-indigo-700 hover:text-indigo-900 underline"href="https://laravelversions.com/">LaravelVersions</a>.</p>
0 commit comments