Skip to content

Commit 640f016

Browse files
committed
Merge branch '5.4' into 6.4
* 5.4: Remove 6.3 EOLed from Github template [Notifier][Smsapi] Better docs for .com endpoint Bump Symfony version to 5.4.36 Update VERSION for 5.4.35 Update CONTRIBUTORS for 5.4.35 Update CHANGELOG for 5.4.35
2 parents b54afbf + 6b9ef52 commit 640f016

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
SMSAPI Notifier
22
===============
33

4-
Provides [Smsapi](https://ssl.smsapi.pl) integration for Symfony Notifier.
4+
Provides [Smsapi](https://smsapi.pl) integration for Symfony Notifier.
5+
This bridge can also be used with https://smsapi.com.
56

67
DSN example
78
-----------
@@ -10,13 +11,18 @@ DSN example
1011
SMSAPI_DSN=smsapi://TOKEN@default?from=FROM&fast=FAST&test=TEST
1112
```
1213

14+
// for https://smsapi.com set the correct endpoint:
15+
```
16+
SMSAPI_DSN=smsapi://TOKEN@api.smsapi.com?from=FROM
17+
```
18+
1319
where:
1420
- `TOKEN` is your API Token (OAuth)
1521
- `FROM` is the sender name (default ""), skip this field to use the cheapest "eco" shipping method.
1622
- `FAST` setting this parameter to "1" (default "0") will result in sending message with the highest priority which ensures the quickest possible time of delivery. Attention! Fast messages cost more than normal messages.
1723
- `TEST` setting this parameter to "1" (default "0") will result in sending message in test mode (message is validated, but not sent).
1824

19-
See your account info at https://ssl.smsapi.pl/
25+
See your account info at https://smsapi.pl or https://smsapi.com
2026

2127
Resources
2228
---------

0 commit comments

Comments
 (0)