https://github.com/uzdevid/yii2-firebase
Firebase integration
https://github.com/uzdevid/yii2-firebase
Last synced: 2 months ago
JSON representation
Firebase integration
- Host: GitHub
- URL: https://github.com/uzdevid/yii2-firebase
- Owner: uzdevid
- Created: 2022-06-13T07:36:02.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-23T15:10:34.000Z (over 2 years ago)
- Last Synced: 2025-03-04T13:08:38.402Z (3 months ago)
- Language: PHP
- Size: 1.95 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Firebase integration
====================
Firebase integrationInstallation
------------The preferred way to install this extension is through [composer](http://getcomposer.org/download/).
Either run
```
php composer.phar require --prefer-dist uzdevid/yii2-firebase "*"
```or add
```
"uzdevid/yii2-firebase": "*"
```to the require section of your `composer.json` file.