Skip to content

ekudinov/symfony-tele2-notifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

symfony-tele2-notifier

Транспорт через 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 ]

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages