panix/mod-fcm

Yii2 fcm

Maintainers

Package info

github.com/andrtechno/mod-fcm

Type:pixelion-module

pkg:composer/panix/mod-fcm

Statistics

Installs: 9

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

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

This package is auto-updated.

Last update: 2026-03-07 23:28:20 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, ...}