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
+10
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,7 @@ A library that gives you access to the powerful Parse Server backend from your P
24
24
25
25
## Table of Contents <!-- omit in toc -->
26
26
27
+
-[Compatibility](#compatibility)
27
28
-[Installation](#installation)
28
29
-[Install with Composer](#install-with-composer)
29
30
-[Install with Git](#install-with-git)
@@ -64,6 +65,15 @@ A library that gives you access to the powerful Parse Server backend from your P
64
65
-[Logs](#logs)
65
66
-[Contributing / Testing](#contributing--testing)
66
67
68
+
## Compatibility
69
+
70
+
The Parse PHP SDK is continuously tested with the most recent releases of PHP to ensure compatibility. We follow the [PHP Long Term Support plan](https://www.php.net/supported-versions.php) and only test against versions that are officially supported and have not reached their end-of-life date.
71
+
72
+
| Version | End-of-Life | Compatible |
73
+
|---------|-------------|------------|
74
+
| PHP 8.2 | Dec 2024 | ✅ Yes |
75
+
| PHP 8.1 | Nov 2023 | ✅ Yes |
76
+
67
77
## Installation
68
78
There are various ways to install and use this sdk. We'll elaborate on a couple here.
69
79
Note that the Parse PHP SDK requires PHP 5.4 or newer. It can also run on HHVM (recommended 3.0 or newer).
0 commit comments