panix/mod-fcm

Yii2 fcm

Installs: 9

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:pixelion-module

dev-main 2023-11-07 18:32 UTC

This package is auto-updated.

Last update: 2024-04-07 19:17:50 UTC


README

Latest Stable Version Total Downloads Monthly Downloads Daily Downloads Latest Unstable Version License

Installation

The preferred way to install this extension is through composer.

Either run

php composer require --prefer-dist panix/mod-fcm "*"

or add

"panix/mod-fcm": "*"

Add config file

<?php
    'components' => [

    ]
?>

to the require section of your composer.json file.

API docs

Method URL Data
POST /api/fcm/index/add-device {token:XXX, ...}