Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/legomolina/fcm-push-notifications
Basic class to send push notifications using google firebase.
https://github.com/legomolina/fcm-push-notifications
Last synced: about 2 months ago
JSON representation
Basic class to send push notifications using google firebase.
- Host: GitHub
- URL: https://github.com/legomolina/fcm-push-notifications
- Owner: legomolina
- License: gpl-3.0
- Created: 2016-10-26T19:10:11.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2020-04-12T16:48:42.000Z (over 4 years ago)
- Last Synced: 2024-10-25T19:59:10.959Z (2 months ago)
- Language: PHP
- Size: 22.5 KB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FCM Push Notifications
Basic class to send push notifications using google firebase.### Installation
**Be careful! This library needs curl module for php to work.**FMC Push Notifications is hosted in packagist so you can get it from [Composer](https://getcomposer.org/ "Composer")
```
composer require legomolina/fcm-push-notification
```### Usage
Require the Composer autoload in your index:```php
"data" ]);
```### License
FMC Push Notifications is licensed under the GPL v3 license. See License File for more information.