2017 © Pedro Peláez
 

library firebase-php

Firebase Admin SDK

image

thanhct/firebase-php

Firebase Admin SDK

  • Saturday, February 3, 2018
  • by thanhct
  • Repository
  • 1 Watchers
  • 0 Stars
  • 3 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 147 Forks
  • 0 Open issues
  • 71 Versions
  • 0 % Grown

The README.md

Firebase Admin SDK for PHP

Interact with Google Firebase from your PHP application., (*1)

Current version Supported PHP version Build Status GitHub license Total Downloads Maintainability Test Coverage, (*2)

Quickstart

Full documentation at firebase-php.readthedocs.io., (*3)

composer require thanhct/firebase-php 3.9.4
<?php

require __DIR__.'/vendor/autoload.php';

use Kreait\Firebase\Factory;
use Kreait\Firebase\ServiceAccount;

$serviceAccount = ServiceAccount::fromJsonFile(__DIR__.'/google-service-account.json');

$firebase = (new Factory)
    ->withServiceAccount($serviceAccount)
    ->withDatabaseUri('https://my-project.firebaseio.com')
    ->create();

$database = $firebase->getDatabase();

$newPost = $database
    ->getReference('blog/posts')
    ->push([
        'title' => 'Post title',
        'body' => 'Post body'
    ]);

$newPost->getChild('title')->set('Changed post title');

$newPost->remove();

For errors and missing features, please use the issue tracker., (*4)

For general support, join the #php channel at https://firebase.community/., (*5)

The Versions

06/11 2016
05/11 2016

2.0.0-beta3

2.0.0.0-beta3 https://github.com/kreait/firebase-php

PHP SDK for Google Firebase

  Sources   Download

MIT

The Requires

 

The Development Requires

database api google sdk firebase

11/10 2016

2.0.0-beta2

2.0.0.0-beta2 https://github.com/kreait/firebase-php

PHP SDK for Google Firebase

  Sources   Download

MIT

The Requires

 

The Development Requires

database api google sdk firebase

14/08 2016

2.0.0-beta1

2.0.0.0-beta1 https://github.com/kreait/firebase-php

PHP SDK for Google Firebase

  Sources   Download

MIT

The Requires

 

The Development Requires

database api google sdk firebase

27/01 2015

0.3.1

0.3.1.0 https://github.com/kreait/firebase-php

Firebase REST API client

  Sources   Download

MIT

The Requires

 

The Development Requires

api rest http firebase

27/01 2015

0.3

0.3.0.0 https://github.com/kreait/firebase-php

Firebase REST API client

  Sources   Download

MIT

The Requires

 

The Development Requires

api rest http firebase

21/01 2015

0.2.4

0.2.4.0 https://github.com/kreait/firebase-php

Firebase REST API client

  Sources   Download

MIT

The Requires

 

The Development Requires

api rest http firebase

20/01 2015

0.2.3

0.2.3.0 https://github.com/kreait/firebase-php

Firebase REST API client

  Sources   Download

MIT

The Requires

 

The Development Requires

api rest http firebase

20/01 2015

0.2.2

0.2.2.0 https://github.com/kreait/firebase-php

Firebase REST API client

  Sources   Download

MIT

The Requires

 

The Development Requires

api rest http firebase

19/01 2015

0.2.1

0.2.1.0 https://github.com/kreait/firebase-php

Firebase REST API client

  Sources   Download

MIT

The Requires

 

The Development Requires

api rest http firebase

13/01 2015

0.2

0.2.0.0 https://github.com/kreait/firebase-php

Firebase REST API client

  Sources   Download

MIT

The Requires

 

The Development Requires

api rest http firebase

09/01 2015

0.1.1

0.1.1.0 https://github.com/kreait/firebase-php

Firebase REST API client

  Sources   Download

MIT

The Requires

 

The Development Requires

api rest http firebase