Download the PHP package symfony/lox24-notifier without Composer
On this page you can find all versions of the php package symfony/lox24-notifier. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download symfony/lox24-notifier
More information about symfony/lox24-notifier
Files in symfony/lox24-notifier
Package lox24-notifier
Short Description Symfony LOX24 Notifier Bridge
License MIT
Homepage https://symfony.com
Informations about the package lox24-notifier
LOX24 SMS Notifier
Provides LOX24 SMS Gateway integration for Symfony Notifier.
DSN example
where:
USER(required) is LOX24 user ID.TOKEN(required) is LOX24 API v2 token.FROM(required) is the sender of the message.TYPE(optional) type of message:sms(by default) orvoice(voice call).VOICE_LANGUAGE(optional) iftypeisvoice, then you can set the language of the voice message. Possible values:de,en,es,fr,itorauto(by default) per auto-detection.DELETE_TEXT(optional) delete SMS text from LOX24 database after sending SMS. Allowed values:1(true) or0( false). Default value:0.CALLBACK_DATA(optional) additional data for the callback payload.
See your account info at https://account.lox24.eu
Send a Message
Advanced Message options
Usage in Combination with the Notifier Component
The usage of the Webhook component when using a third-party transport in the Notifier is very similar to the usage with the Mailer.
Currently, the LOX24 SMS transport supports webhooks. Parser service name notifier.webhook.request_parser.lox24.
For SMS webhooks, react to the class:Symfony\\Component\\RemoteEvent\\Event\\Sms\\SmsEvent event.
Other LOX24 webhooks are also possible to handle as class:Symfony\\Component\\RemoteEvent\\RemoteEvent instances:
Sponsor
This package is looking for a backer.
Help Symfony by sponsoring its development!
Resources
All versions of lox24-notifier with dependencies
symfony/http-client Version ^7.4|^8.0
symfony/notifier Version ^7.4|^8.0