bs/plus-notifier 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

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:

  • LOGIN is user login with access to API HTTPS channel
  • PASSWORD is user password
  • HOST is API host (api1.multiinfo.plus.pl or api2.multiinfo.plus.pl)
  • SERVICE_ID is service identity for sending message
  • CERT_FILE is file name with path to certificate file (PEM format)
  • CERT_PASSWORD is 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

GitHub 信息

  • Stars: 1
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2022-07-19

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固