okorneliuk/symfony-websms-notifier 问题修复 & 功能扩展

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

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

okorneliuk/symfony-websms-notifier

最新稳定版本:v1.2.2

Composer 安装命令:

composer require okorneliuk/symfony-websms-notifier

包简介

Symfony WebSms Notifier Bridge

README 文档

README

Provides WebSms integration for Symfony Notifier.

DSN example

WEBSMS_DSN=websms://CLIENT_ID:API_KEY@default?test_mode=TEST_MODE

where:

  • CLIENT_ID is your email
  • API_KEY is your WebSms password
  • TEST_MODE (Optional) the test parameter is used during system connection testing. Possible values: 0 (real SMS sent), 1 (test SMS, will not be delivered to the phone and will not be charged)

Then add a service:

# app/config/notifier.yml
services:
    notifier.transport_factory.websms:
        class: 'Okorneliuk\Symfony\NotifierBridge\WebSms\WebSmsTransportFactory'
        parent: 'notifier.transport_factory.abstract'
        tags: ['texter.transport_factory']

统计信息

  • 总下载量: 1.11k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2021-04-18