Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
parijke committed May 19, 2024
0 parents commit 6617de8
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
Spryng Notifier
==============

Provides [Spryng](https://spryng.com) integration for Symfony Notifier.
This bridge was created following the rebranding of Sendinblue.

DSN example
-----------

```
SPRYNG_DSN=spryng://API_KEY@default?sender=SENDER
```

where:
- `API_KEY` is your api key from your Spryng account
- `SENDER` is your sender's phone number
- `ROUTE` is your route (optional)

See more info at https://docs.spryngsms.com/

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)

0 comments on commit 6617de8

Please sign in to comment.