ekudinov/symfony-tele2-notifier

Symfony tele2 Notifier Bridge

dev-main 2021-03-20 12:09 UTC

This package is auto-updated.

Last update: 2024-04-20 19:09:20 UTC


README

Транспорт через tele2 (SMS-ТАРГЕТ) для компонента Symfony Notifier

.env

TELE2_DSN=tele2://login:password@default?from=AUTHOR

config/packages/notifier.yaml

framework:
    notifier:
        texter_transports:
            tele2: '%env(TELE2_DSN)%'

config/services.yaml

services:
    Axmor\Symfony\Component\Notifier\Bridge\Tele2\SmsTransportFactory:
        tags: [ texter.transport_factory ]