Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thegarious/firebase-message-service-bundle
Bundle for firebase service
https://github.com/thegarious/firebase-message-service-bundle
firebase firebase-cloud-messaging symfony-bundle
Last synced: 21 days ago
JSON representation
Bundle for firebase service
- Host: GitHub
- URL: https://github.com/thegarious/firebase-message-service-bundle
- Owner: TheGarious
- License: mit
- Created: 2018-11-12T14:53:46.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-13T18:00:49.000Z (about 6 years ago)
- Last Synced: 2024-11-24T11:39:38.685Z (2 months ago)
- Topics: firebase, firebase-cloud-messaging, symfony-bundle
- Language: PHP
- Homepage: https://firebase.gary-houbre.fr
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Work in Progress.
# FirebaseServiceBundle
[![Build Status](https://travis-ci.com/TheGarious/firebase-service-bundle.svg?branch=master)](https://travis-ci.com/TheGarious/firebase-service-bundle) [![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/TheGarious/firebase-service-bundle/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/TheGarious/firebase-service-bundle/?branch=master) [![Code Coverage](https://scrutinizer-ci.com/g/TheGarious/firebase-service-bundle/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/TheGarious/firebase-service-bundle/?branch=master)
This bundle send a message with firebase into service Symfony.
Demo : https://firebase.gary-houbre.fr
## Prerequisites
This version of the bundle requires Symfony 3.4+.
## Installation
### Step 1 Download with Composer
```
composer require ghoubre/firebase-service-bundle
```### Add configuration
TODO