From 6617de87198046117f4dfe36145a0f71d026b862 Mon Sep 17 00:00:00 2001 From: Paul Rijke Date: Sun, 19 May 2024 12:18:02 +0200 Subject: [PATCH] first commit --- README.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..73186f5 --- /dev/null +++ b/README.md @@ -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)