Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.