brunojunior/symfony-smsfaker
最新稳定版本:v1.0.1
Composer 安装命令:
composer require brunojunior/symfony-smsfaker
包简介
Fake SMS (as email or log during development) Notifier Bridge with notification content.
README 文档
README
Provides Fake SMS (as email or log during development) integration for Symfony Notifier. This project add the content of the notification in the send e-mail (or in the log). The symfony original notifier only send the subject …
DSN example for email
SMS_FAKER_DSN=smsfaker+email://default?to=TO&from=FROM
where:
TOis email who receive SMS during developmentFROMis email who send SMS during development
WARNING : TO and FROM has to be urlencoded (ex: @ => %40)
To use a custom mailer transport:
SMS_FAKER_DSN=smsfaker+email://mailchimp?to=TO&from=FROM
DSN example for logger
SMS_FAKER_DSN=smsfaker+logger://default
Resources
统计信息
- 总下载量: 949
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2024-01-27