Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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 2 months ago
JSON representation

Fake SMS (as email or log during development) Notifier Bridge.

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)