Download the PHP package redjanym/fcm-bundle without Composer
On this page you can find all versions of the php package redjanym/fcm-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download redjanym/fcm-bundle
More information about redjanym/fcm-bundle
Files in redjanym/fcm-bundle
Download redjanym/fcm-bundle
More information about redjanym/fcm-bundle
Files in redjanym/fcm-bundle
Vendor redjanym
Package fcm-bundle
Short Description A Symfony Bundle for projects to send notifications in mobile devices through Firebase Cloud Messaging HTTP V1 API
License MIT
Homepage https://github.com/redjanym/FCMBundle
Package fcm-bundle
Short Description A Symfony Bundle for projects to send notifications in mobile devices through Firebase Cloud Messaging HTTP V1 API
License MIT
Homepage https://github.com/redjanym/FCMBundle
Please rate this library. Is it a good library?
Informations about the package fcm-bundle
FCMBundle
A Symfony Bundle for sending push notifications to mobile devices (Android, iOS) and web browsers via Google's Firebase Cloud Messaging HTTP V1 API.
Requirements
- PHP >= 7.4
- Symfony 5.4 / 6.x / 7.x
Installation
Configuration
Add your Firebase service account JSON file path to your Symfony configuration:
You can download the service account file from the Firebase Console under Project Settings > Service accounts > Generate new private key.
Usage
Sending to a Device
Sending to a Topic
Send notifications to all devices subscribed to a topic:
Customizing Notifications
The Notification object exposes public properties for platform-specific settings:
Available Services
| Service ID | Class | Description |
|---|---|---|
redjan_ym_fcm.client |
RedjanYm\FCM\Client |
FCM HTTP V1 API client |
redjan_ym_fcm.notification_factory |
RedjanYm\FCMBundle\NotificationFactory |
Factory for creating device and topic notifications |
Running Tests
License
MIT
All versions of fcm-bundle with dependencies
PHP Build Version
Package Version
The package redjanym/fcm-bundle contains the following files
Loading the files please wait ...