https://github.com/symfony/fake-sms-notifier
Fake SMS (as email or log during development) Notifier Bridge.
https://github.com/symfony/fake-sms-notifier
component development email notifier php sms symfony symfony-component
Last synced: about 1 year ago
JSON representation
Fake SMS (as email or log during development) Notifier Bridge.
- Host: GitHub
- URL: https://github.com/symfony/fake-sms-notifier
- Owner: symfony
- License: mit
- Created: 2021-04-01T06:23:46.000Z (about 5 years ago)
- Default Branch: 7.2
- Last Pushed: 2024-11-29T09:10:36.000Z (over 1 year ago)
- Last Synced: 2025-03-30T02:09:36.838Z (about 1 year ago)
- Topics: component, development, email, notifier, php, sms, symfony, symfony-component
- Language: PHP
- Homepage: https://symfony.com/notifier
- Size: 84 KB
- Stars: 24
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
Fake SMS Notifier
=================
Provides Fake SMS (as email or log during development) integration for Symfony Notifier.
#### DSN example for email
```
FAKE_SMS_DSN=fakesms+email://default?to=TO&from=FROM
```
where:
- `TO` is email who receive SMS during development
- `FROM` is email who send SMS during development
To use a custom mailer transport:
```
FAKE_SMS_DSN=fakesms+email://mailchimp?to=TO&from=FROM
```
#### DSN example for logger
```
FAKE_SMS_DSN=fakesms+logger://default
```
Resources
---------
* [Contributing](https://symfony.com/doc/current/contributing/index.html)
* [Report issues](https://github.com/symfony/symfony/issues) and
[send Pull Requests](https://github.com/symfony/symfony/pulls)
in the [main Symfony repository](https://github.com/symfony/symfony)