kkkmax095 / firebase-php
My custom version of kreait/firebase-php
Fund package maintenance!
jeromegamez
Requires
- php: ^7.2|~8.0.0
- ext-ctype: *
- ext-json: *
- ext-mbstring: *
- ext-openssl: *
- google/auth: ^1.8
- google/cloud-core: ^1.36
- google/cloud-storage: ^1.14
- guzzlehttp/guzzle: ^6.2.1|^7.0
- guzzlehttp/promises: ^1.4
- guzzlehttp/psr7: ^1.7
- kreait/clock: ^1.0.1
- kreait/firebase-tokens: ^1.15.0
- mtdowling/jmespath.php: ^2.3
- psr/cache: ^1.0
- psr/http-message: ^1.0
- psr/log: ^1.1
- psr/simple-cache: ^1.0
- riverline/multipart-parser: ^2.0
Requires (Dev)
- giggsey/libphonenumber-for-php: ^8.9
- google/cloud-firestore: ^1.11
- phpstan/extension-installer: ^1.0
- phpstan/phpstan: ^0.12.53
- phpstan/phpstan-phpunit: ^0.12.6
- phpunit/phpunit: ^8.5
- symfony/var-dumper: ^5.0
Suggests
- giggsey/libphonenumber-for-php: ^8.9 to validate phone numbers before attempting to send them to Firebase
- google/cloud-firestore: ^1.0 to use the Firestore component
This package is auto-updated.
Last update: 2025-01-29 10:16:42 UTC
README
Table of Contents
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
Integrations for Laravel, Lumen and Symfony are available:
Documentation
- Authentication Guide
- Cloud Messaging Guide
- Cloud Storage Guide
- Dynamic Links Guide
- Firestore Guide
- Realtime Database Guide
- Remote Config Guide
Support
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.