pf2pr/mainsms-notifier

Symfony Mainsms Notifier Bridge

Installs: 0

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

Type:symfony-notifier-bridge

v0.1.0 2025-06-18 01:33 UTC

This package is auto-updated.

Last update: 2025-06-18 01:38:14 UTC


README

Provides Mainsms integration for Symfony Notifier.

DSN Example

MAINSMS_DSN=mainsms://APIKEY@default?project=PROJECT&sender=SENDER&strategy=STRATEGY&timeout=TIMEOUT&test=TEST

Parameters

  • APIKEY — your Mainsms API key (required)
  • PROJECT — project name (required)
  • SENDER — sender name (optional)
  • STRATEGY — message delivery strategy: (optional)
    • omitted or -1: SMS only
    • 1: Viber only
    • 2: Viber or SMS
  • TIMEOUT — HTTP timeout in seconds (optional)
  • TEST — enable test mode (true or false, default: false) (optional)

Resources