Home

Awesome

Firebase Admin PHP SDK

Current version Packagist PHP Version Support Monthly Downloads Total Downloads Tests Integration Tests Emulator Tests codecov Sponsor


[!IMPORTANT] The SDK, along with its Laravel Package and Symfony Bundle, has garnered over 3,200 stars on GitHub. The SDK alone is downloaded more than 650,000 times a month, highlighting its significant impact and widespread use in the PHP community.

If your PHP project utilizes Firebase, there’s a high likelihood it’s leveraging this SDK. The impressive number of downloads underscores its integration into numerous CI/CD pipelines, signifying its critical role for many enterprises and agencies.

Despite its extensive use and the value it provides, the development and maintenance of this SDK have largely been unfunded.

Over the past nine years, I have dedicated countless hours to developing and maintaining this SDK. This includes staying current with Firebase updates, supporting users, and contributing significantly to official Google PHP libraries, ensuring all users benefit from up-to-date dependencies.

While I am passionate about this work and thrilled by its utility to many, the lack of sponsorship has become increasingly challenging. To continue delivering high-quality updates and support, I need your help.

If this SDK is valuable to your business, please consider showing your appreciation through sponsorship.

Your support will motivate me to continue enhancing and maintaining the SDK, ensuring it remains a valuable resource for everyone.

To discuss additional sponsorship opportunities, please reach out to me at funding@jerome.gamez.name.


Overview

Firebase provides the tools and infrastructure you need to develop your app, grow your user base, and earn money. The Firebase Admin PHP SDK enables access to Firebase services from privileged environments (such as servers or cloud) in PHP.

For more information, visit the Firebase Admin PHP SDK documentation.

Installation

The Firebase Admin PHP SDK is available on Packagist as kreait/firebase-php:

composer require "kreait/firebase-php:^7.0" 

Supported Versions

Only the latest version is actively supported.

Earlier versions will receive security fixes as long as their lowest PHP requirement receives security fixes. For example, when a version supports PHP 7.4 and PHP 8.0, security support will end when security support for PHP 7.4 ends.

VersionInitial ReleaseSupported PHP VersionsStatus
7.x20 Dec 2022~8.1.0, ~8.2.0, ~8.3.0Active
6.x01 Jul 2022^7.4, ^8.0Paid support
5.x01 Apr 2020^7.2Paid support
4.x14 Feb 2018^7.0End of life
3.x22 Apr 2017^7.0End of life
2.x06 Nov 2016^7.0End of life
1.x15 Jul 2016^5.5, ^7.0End of life
0.x09 Jan 2015>=5.4End of life
<table> <body> <tr> <td><img src="https://resources.jetbrains.com/storage/products/company/brand/logos/jb_beam.png" width="50" alt="JetBrains Logo"></td> <td>A big thank you to <a href="https://www.jetbrains.com">JetBrains</a> for supporting this project with free open-source licences of their IDEs.</td> </tr> </body> </table>

License

Firebase Admin PHP SDK is licensed under the MIT License.

Your use of Firebase is governed by the Terms of Service for Firebase Services.