frenchfounders/customerio-notifier
最新稳定版本:1.3
Composer 安装命令:
composer require frenchfounders/customerio-notifier
包简介
Symfony Customer.io Notifier Bridge
关键字:
README 文档
README
Provides Customer.io integration for Symfony Notifier.
Installation
composer require frenchfounders/customerio-notifier
Declare the notifier factory as a service :
services:
notifier.transport_factory.customerio:
class: FrenchFounders\CustomerioNotifier\CustomerioTransportFactory
parent: 'notifier.transport_factory.abstract'
tags:
- { name: texter.transport_factory }
DSN example
CUSTOMERIO_DSN=customerio://APP_API_KEY@default?defaultRecipientId=DEFAULT_RECIPIENT_ID
where:
APP_API_KEYis your CustomerIo application API keyDEFAULT_RECIPIENT_IDis an optional default recipient
Resources
- Based on OneSignal Notifier
统计信息
- 总下载量: 9.82k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-10-02