@@ -64,15 +64,16 @@ Sinch ``symfony/sinch-notifier`` ``sinch://ACCOUNT_ID:AUTH_TOKEN@d
6464FreeMobile ``symfony/free-mobile-notifier `` ``freemobile://LOGIN:PASSWORD@default?phone=PHONE ``
6565Smsapi ``symfony/smsapi-notifier `` ``smsapi://TOKEN@default?from=FROM ``
6666Infobip ``symfony/infobip-notifier `` ``infobip://TOKEN@default?from=FROM ``
67- ========== ================================ ====================================================
67+ Mobyt ``symfony/mobyt-notifier `` ``mobyt://USER_KEY:ACCESS_TOKEN@default?from=FROM ``
68+ ========== =============================== ====================================================
6869
6970..versionadded ::5.1
7071
7172 The OvhCloud, Sinch and FreeMobile integrations were introduced in Symfony 5.1.
7273
7374..versionadded ::5.2
7475
75- The Smsapi andInfobip integrations were introduced in Symfony 5.2.
76+ The Smsapi, Infobip andMobyt integrations were introduced in Symfony 5.2.
7677
7778To enable a texter, add the correct DSN in your ``.env `` file and
7879configure the ``texter_transports ``: