-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 6617de8
Showing
1 changed file
with
27 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |