github.com/ktamas77/firebase-php ↗
Firebase PHP Client
Open this visualization on its own page →
Contributors
12
Lines of Code
150
From
2012-11-26
To
2021-01-14
About ktamas77/firebase-php
Firebase PHP Client is a PHP library that provides programmatic access to Firebase's real-time database through its REST API. The project wraps Firebase's REST endpoints, allowing PHP developers to read, write, update, and delete data in Firebase without needing to interact directly with HTTP requests. It supports PHP 7 and later versions, with legacy support for PHP 5 available through version 2.2.4.
The library is distributed via Composer and includes comprehensive unit tests that exercise actual cURL calls to live Firebase accounts, ensuring real-world compatibility. The codebase adheres to PSR-2 coding standards and includes tooling for automated standards checking and fixing integrated into the Composer workflow.
The project targets PHP developers who need to integrate Firebase real-time database functionality into their applications. It's available on Packagist and includes documentation that references the full Firebase REST API specification for developers needing to understand the underlying API capabilities.