Skip to content

Commit cd3690d

Browse files
GoazilSamaël Tomas
authored and
Samaël Tomas
committed
[Notifier] add Primotexto bridge
chore: add versionadded directive
1 parent f479e01 commit cd3690d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

notifier.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,9 @@ Service
138138
`Plivo`_ **Install**: ``composer require symfony/plivo-notifier`` \
139139
**DSN**: ``plivo://AUTH_ID:AUTH_TOKEN@default?from=FROM`` \
140140
**Webhook support**: No
141+
`Primotexto`_ **Install**: ``composer require symfony/primotexto-notifier`` \
142+
**DSN**: ``primotexto://API_KEY@default?from=FROM`` \
143+
**Webhook support**: No
141144
`Redlink`_ **Install**: ``composer require symfony/redlink-notifier`` \
142145
**DSN**: ``redlink://API_KEY:APP_KEY@default?from=SENDER_NAME&version=API_VERSION`` \
143146
**Webhook support**: No
@@ -203,6 +206,10 @@ Service
203206
**Webhook support**: No
204207
================== ====================================================================================================================================
205208

209+
.. versionadded:: 7.2
210+
211+
The ``Primotexto`` integration was introduced in Symfony 7.2.
212+
206213
.. tip::
207214

208215
Some third party transports, when using the API, support status callbacks
@@ -1119,6 +1126,7 @@ is dispatched. Listeners receive a
11191126
.. _`OvhCloud`: https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Notifier/Bridge/OvhCloud/README.md
11201127
.. _`PagerDuty`: https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Notifier/Bridge/PagerDuty/README.md
11211128
.. _`Plivo`: https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Notifier/Bridge/Plivo/README.md
1129+
.. _`Primotexto`: https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Notifier/Bridge/Primotexto/README.md
11221130
.. _`Pushover`: https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Notifier/Bridge/Pushover/README.md
11231131
.. _`Pushy`: https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Notifier/Bridge/Pushy/README.md
11241132
.. _`Redlink`: https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Notifier/Bridge/Redlink/README.md

0 commit comments

Comments
 (0)