@@ -9,6 +9,16 @@ A Laravel package for the [Firebase PHP Admin SDK](https://github.com/kreait/fir
99[ ![ codecov] ( https://codecov.io/gh/kreait/laravel-firebase/branch/main/graph/badge.svg )] ( https://codecov.io/gh/kreait/laravel-firebase )
1010[ ![ Sponsor] ( https://img.shields.io/static/v1?logo=GitHub&label=Sponsor&message=%E2%9D%A4&color=ff69b4 )] ( https://github.com/sponsors/jeromegamez )
1111
12+ ---
13+
14+ ## The future of this project
15+
16+ ** Unless funding is found to continue maintaining this project and the underlying SDK, maintenance will be halted.**
17+
18+ [ You can find more information in the GitHub Repo of the Firebase PHP Admin SDK.] ( https://github.com/kreait/firebase-php )
19+
20+ ---
21+
1222- [ Installation] ( #installation )
1323 - [ Laravel] ( #laravel )
1424- [ Configuration] ( #configuration )
@@ -86,13 +96,13 @@ $anotherAppAuth = Firebase::project('another-app')->auth();
8696Earlier versions will receive security fixes as long as their ** lowest** SDK requirement receives security fixes. You
8797can find the currently supported versions and support options in the [ SDK's README] ( https://github.com/kreait/firebase-php ) .
8898
89- | Version | Initial Release | Supported SDK Versions | Supported Laravel Versions | Status |
90- | ---------| -----------------| ------------------------| ----------------------------| ---------------- |
91- | ` 5.x ` | 13 Jan 2023 | ` ^7.0 ` | ` ^9.0 ` | Active support |
92- | ` 4.x ` | 09 Jan 2022 | ` ^6.0 ` | ` ^8.0 ` | End of life |
93- | ` 3.x ` | 01 Nov 2020 | ` ^5.24 ` | ` ^6.0, ^7.0, ^8.0 ` | End of life |
94- | ` 2.x ` | 01 Apr 2020 | ` ^5.0 ` | ` ^5.8, ^6.0, ^7.0, ^8.0 ` | End of life |
95- | ` 1.x ` | 17 Aug 2019 | ` ^4.40.1 ` | ` ^5.8, ^6.0, ^7.0 ` | End of life |
99+ | Version | Initial Release | Supported SDK Versions | Supported Laravel Versions | Status |
100+ | ---------| -----------------| ------------------------| ----------------------------| -------------|
101+ | ` 5.x ` | 13 Jan 2023 | ` ^7.0 ` | ` ^9.0 ` | Halted |
102+ | ` 4.x ` | 09 Jan 2022 | ` ^6.0 ` | ` ^8.0 ` | End of life |
103+ | ` 3.x ` | 01 Nov 2020 | ` ^5.24 ` | ` ^6.0, ^7.0, ^8.0 ` | End of life |
104+ | ` 2.x ` | 01 Apr 2020 | ` ^5.0 ` | ` ^5.8, ^6.0, ^7.0, ^8.0 ` | End of life |
105+ | ` 1.x ` | 17 Aug 2019 | ` ^4.40.1 ` | ` ^5.8, ^6.0, ^7.0 ` | End of life |
96106
97107## License
98108
0 commit comments