Skip to content

Commit d211657

Browse files
committed
Update README.md
1 parent 77b06f4 commit d211657

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ A library that gives you access to the powerful Parse Server backend from your P
2424

2525
## Table of Contents <!-- omit in toc -->
2626

27+
- [Compatibility](#compatibility)
2728
- [Installation](#installation)
2829
- [Install with Composer](#install-with-composer)
2930
- [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
6465
- [Logs](#logs)
6566
- [Contributing / Testing](#contributing--testing)
6667

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+
6777
## Installation
6878
There are various ways to install and use this sdk. We'll elaborate on a couple here.
6979
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

Comments
 (0)