canhph2/simple-firebase-http-v1-php
Composer 安装命令:
composer require canhph2/simple-firebase-http-v1-php
包简介
A Simple Firebase library using HTTP v1 API for PHP
关键字:
README 文档
README
- Forked from author: Cong Nguyen Quang
- Docs: https://firebase.google.com/docs/cloud-messaging/migrate-v1
- Reference the 3rd library: https://github.com/kreait/firebase-php
How to install
composer require canhph2/simple-firebase-http-v1-php
Required
- The
firebase-service-account-credentials.jsonin your server (or your local machine),- Download the file in Firebase > Project settings > Service Account > Generate new private key
- Set the environment variable GOOGLE_APPLICATION_CREDENTIALS to the file path of the JSON file that contains your service account key.
export GOOGLE_APPLICATION_CREDENTIALS="/<FULL PATH OF>/service-account-file.json"
DevOps
Release a new version
sh .ops/release-a-new-version.sh
统计信息
- 总下载量: 0
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2025-01-07