Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45d2e5d commit a366f92Copy full SHA for a366f92
1 file changed
README.md
@@ -1,7 +1,8 @@
1
SMSAPI Notifier
2
===============
3
4
-Provides [Smsapi](https://ssl.smsapi.pl) integration for Symfony Notifier.
+Provides [Smsapi](https://smsapi.pl) integration for Symfony Notifier.
5
+This bridge can also be used with https://smsapi.com.
6
7
DSN example
8
-----------
@@ -10,11 +11,16 @@ DSN example
10
11
SMSAPI_DSN=smsapi://TOKEN@default?from=FROM
12
```
13
14
+// for https://smsapi.com set the correct endpoint:
15
+```
16
+SMSAPI_DSN=smsapi://[email protected]?from=FROM
17
18
+
19
where:
20
- `TOKEN` is your API Token (OAuth)
21
- `FROM` is the sender name
22
-See your account info at https://ssl.smsapi.pl/
23
+See your account info at https://smsapi.pl or https://smsapi.com
24
25
Resources
26
---------
0 commit comments