symfony / telnyx-notifier
Symfony Telnyx Notifier Bridge
Fund package maintenance!
fabpot
Tidelift
symfony.com/sponsor
Installs: 1 438
Dependents: 0
Suggesters: 0
Security: 0
Stars: 6
Watchers: 4
Forks: 1
Type:symfony-notifier-bridge
Requires
- php: >=8.1
- symfony/http-client: ^5.4|^6.0
- symfony/notifier: ^6.2.7
This package is auto-updated.
Last update: 2023-03-28 14:08:54 UTC
README
Provides Telnyx integration for Symfony Notifier.
DSN example
TELNYX_DSN=telnyx://API_KEY@default?from=FROM&messaging_profile_id=MESSAGING_PROFILE_ID
where:
API_KEY
is your telnyx API key.FROM
is your sender.MESSAGING_PROFILE_ID
identifier of your messaging profile at Telnyx. You need this in order to show a name to the recipient (e.g. "Symfony") instead of just the phone number.