panix / mod-fcm
Yii2 fcm
dev-main
2023-11-07 18:32 UTC
Requires
This package is auto-updated.
Last update: 2026-03-07 23:28:20 UTC
README
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, ...} |