github.com/jeromegamez/firebase-php-examples ↗
Example Firebase Symfony application using the Firebase PHP Admin SDK
Open this visualization on its own page →
Contributors
2
Lines of Code
191
From
2018-03-08
To
2020-12-21
About jeromegamez/firebase-php-examples
This repository provides example code demonstrating how to build a Firebase application using PHP and Symfony. It showcases the Firebase Admin SDK for PHP integrated into a Symfony 6 project, allowing developers to see practical patterns for server-side Firebase integration in PHP applications.
The project includes a working Symfony application with example commands and server setup instructions. It demonstrates how to properly configure and authenticate the Firebase PHP SDK, including guidance on credential management when deploying to Google Cloud Engine, where the SDK can automatically discover credentials from the environment rather than relying on explicit configuration files.
The repository serves as a learning resource for PHP developers wanting to work with Firebase backends, particularly those already using Symfony as their application framework. It provides concrete examples of how to interact with Firebase services from a PHP server application rather than just client-side implementations.