https://github.com/symfony/fake-chat-notifier
Fake Chat (as email or log during development) Notifier Bridge.
https://github.com/symfony/fake-chat-notifier
chat component development email notifier php symfony symfony-component
Last synced: 5 months ago
JSON representation
Fake Chat (as email or log during development) Notifier Bridge.
- Host: GitHub
- URL: https://github.com/symfony/fake-chat-notifier
- Owner: symfony
- License: mit
- Created: 2021-04-08T09:54:01.000Z (about 5 years ago)
- Default Branch: 7.3
- Last Pushed: 2025-11-27T13:43:41.000Z (7 months ago)
- Last Synced: 2025-12-27T01:40:42.813Z (6 months ago)
- Topics: chat, component, development, email, notifier, php, symfony, symfony-component
- Language: PHP
- Homepage: https://symfony.com/notifier
- Size: 85.9 KB
- Stars: 10
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
Fake Chat Notifier
==================
Provides Fake Chat (as email or log during development) integration for Symfony Notifier.
#### DSN example for email
```
FAKE_CHAT_DSN=fakechat+email://default?to=TO&from=FROM
```
where:
- `TO` is email who receive Chat message during development
- `FROM` is email who send Chat message during development
To use a custom mailer transport:
```
FAKE_CHAT_DSN=fakechat+email://mailchimp?to=TO&from=FROM
```
#### DSN example for logger
```
FAKE_CHAT_DSN=fakechat+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)