bs/plus-notifier
最新稳定版本:1.0.1
Composer 安装命令:
composer require bs/plus-notifier
包简介
Symfony Plus MultiInfo Notifier Bridge
关键字:
README 文档
README
Provides Plus MultiInfo integration for Symfony Notifier.
DSN example
PLUS_DSN=plus://LOGIN:PASSWORD@HOST?service_id=SERVICE_ID&cert_file=CERT_FILE&cert_password=CERT_PASSWORD
where:
LOGINis user login with access to API HTTPS channelPASSWORDis user passwordHOSTis API host (api1.multiinfo.plus.plorapi2.multiinfo.plus.pl)SERVICE_IDis service identity for sending messageCERT_FILEis file name with path to certificate file (PEM format)CERT_PASSWORDis certificate password
All special chars must be URL encoding prefixed by % (e.g. # is %%23)
example:
PLUS_DSN=plus://apiuser:PaSwOrD%%231@api1.multiinfo.plus.pl?service_id=00000&cert_file=%kernel.project_dir%/cert.pem&cert_password=PaSwOrD%%232
Configuring transport
To make the transport visible in symfony/notifier, you need to add the following configuration to your Symfony application:
# config/services.yaml Bs\Notifier\Bridge\Plus\PlusTransportFactory: tags: ['notifier.transport_factory'] arguments: $projectDir: '%kernel.project_dir%' Symfony\Component\Notifier\Transport: arguments: $factories: !tagged_iterator notifier.transport_factory
统计信息
- 总下载量: 116
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-07-19