PHPackages                             neojato/firebase-php-gae - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [HTTP &amp; Networking](/categories/http)
4. /
5. neojato/firebase-php-gae

ActiveLibrary[HTTP &amp; Networking](/categories/http)

neojato/firebase-php-gae
========================

GAE Firebase PHP Client

1.0.0(9y ago)23081MITPHPPHP &gt;=5.3.0

Since Sep 16Pushed 9y ago1 watchersCompare

[ Source](https://github.com/neojato/firebase-php-gae)[ Packagist](https://packagist.org/packages/neojato/firebase-php-gae)[ Docs](https://github.com/neojato/firebase-php-gae)[ RSS](/packages/neojato-firebase-php-gae/feed)WikiDiscussions master Synced yesterday

READMEChangelog (1)DependenciesVersions (2)Used By (0)

GAE Firebase PHP Client
=======================

[](#gae-firebase-php-client)

forked from: [ktamas77/firebase-php](https://github.com/ktamas77/firebase-php)

unit tests are included in `tests` directory.

Based on the [Firebase REST API](https://www.firebase.com/docs/rest-api.html).

Reworked for use on Google App Engine PHP Runtime by replacing cURL requests with GAE's URL Fetch API. See [GAE URL Fetch PHP API](https://cloud.google.com/appengine/docs/php/urlfetch/) for more information.

### Supported Commands

[](#supported-commands)

```
// -- Firebase API commands

$firebase->set($path, $value);   // stores data in Firebase
$value = $firebase->get($path);  // reads a value from Firebase
$firebase->delete($path);        // deletes value from Firebase
$firebase->update($path, $data); // updates data in Firebase
$firebase->push($path, $data);   // push data to Firebase

// -- Firebase PHP Library commands

$firebase->setToken($token);     // set up Firebase token
$firebase->setBaseURI($uri);     // set up Firebase base URI (root node)
$firebase->setTimeOut($seconds); // set up maximum timeout / request
```

Please refer to [ktamas77/firebase-php](https://github.com/ktamas77/firebase-php) for further details.

### Add using composer

[](#add-using-composer)

```
cd
composer require neojato/firebase-php-gae
```

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community5

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

3574d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/6041047?v=4)[Kyle Paul](/maintainers/neojato)[@neojato](https://github.com/neojato)

---

Tags

composerfetch-apifirebasefirebase-databasegaegoogle-appenginephpphp-libraryrestwrapperfirebasegaegoogle app engine

### Embed Badge

![Health badge](/badges/neojato-firebase-php-gae/health.svg)

```
[![Health](https://phpackages.com/badges/neojato-firebase-php-gae/health.svg)](https://phpackages.com/packages/neojato-firebase-php-gae)
```

###  Alternatives

[ktamas77/firebase-php

Firebase PHP Client

7931.9M10](/packages/ktamas77-firebase-php)[gnikyt/basic-shopify-api

A basic Shopify API wrapper with REST and GraphQL support, powered by Guzzle.

249578.6k7](/packages/gnikyt-basic-shopify-api)[zoonman/linkedin-api-php-client

LinkedIn API PHP SDK with OAuth 2.0 &amp; CSRF support. Can be used for social sign in or sharing on LinkedIn. Examples. Documentation.

128716.7k](/packages/zoonman-linkedin-api-php-client)[eelkevdbos/firebase-php

Firebase php wrapper for REST API

7529.0k](/packages/eelkevdbos-firebase-php)[highsidelabs/laravel-spapi

A Laravel wrapper for Amazon's Selling Partner API (via jlevers/selling-partner-api)

2339.0k1](/packages/highsidelabs-laravel-spapi)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
