8000 minor #53700 [Notifier][Smsapi] Better docs for .com endpoint (OskarS… · symfony/symfony@a411f9b · GitHub
[go: up one dir, main page]

Skip to content

Commit a411f9b

Browse files
committed
minor #53700 [Notifier][Smsapi] Better docs for .com endpoint (OskarStark)
This PR was squashed before being merged into the 5.4 branch. Discussion ---------- [Notifier][Smsapi] Better docs for .com endpoint | Q | A | ------------- | --- | Branch? | 5.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Issues | -- | License | MIT Commits ------- 846afd1 [Notifier][Smsapi] Better docs for .com endpoint
2 parents e111a54 + 846afd1 commit a411f9b

File tree

1 file changed

+8
-2
lines changed
  • src/Symfony/Component/Notifier/Bridge/Smsapi

1 file changed

+8
-2
lines changed

src/Symfony/Component/Notifier/Bridge/Smsapi/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,11 +11,16 @@ DSN example
1011
SMSAPI_DSN=smsapi://TOKEN@default?from=FROM
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
1622

17-
See your account info at https://ssl.smsapi.pl/
23+
See your account info at https://smsapi.pl or https://smsapi.com
1824

1925
Resources
2026
---------

0 commit comments

Comments
 (0)
0