Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Symfony Smsapi Notifier Bridge

License

NotificationsYou must be signed in to change notification settings

symfony/smsapi-notifier

ProvidesSmsapi integration for Symfony Notifier.This bridge can also be used withhttps://smsapi.com.

DSN example

SMSAPI_DSN=smsapi://TOKEN@default?from=FROM&fast=FAST&test=TEST

// forhttps://smsapi.com set the correct endpoint:

SMSAPI_DSN=smsapi://TOKEN@api.smsapi.com?from=FROM

where:

  • TOKEN is your API Token (OAuth)
  • FROM is the sender name (default ""), skip this field to use the cheapest "eco" shipping method.
  • FAST setting this parameter to "1" (default "0") will result in sending message with the highest priority which ensures the quickest possible time of delivery. Attention! Fast messages cost more than normal messages.
  • TEST setting this parameter to "1" (default "0") will result in sending message in test mode (message is validated, but not sent).

See your account info athttps://smsapi.pl orhttps://smsapi.com

Resources


[8]ページ先頭

©2009-2025 Movatter.jp