symfony/spot-hit-notifier

Symfony Spot-Hit Notifier Bridge

Installs: 16 256

Dependents: 1

Suggesters: 0

Security: 0

Stars: 8

Watchers: 4

Forks: 2

Type:symfony-notifier-bridge


README

Provides Spot-Hit integration for Symfony Notifier.

DSN example

SPOTHIT_DSN=spothit://TOKEN@default?from=FROM&smslong=SMSLONG&smslongnbr=SMSLONGNBR

where:

  • TOKEN is your Spot-Hit API key
  • FROM is the custom sender (3-11 letters, default is a 5 digits phone number)
  • SMSLONG (optional) 0 or 1 : allows SMS messages longer than 160 characters
  • SMSLONGNBR (optional) integer : allows to check the size of the long SMS sent. You must send the number of concatenated SMS as a value. If our counter indicates a different number, your message will be rejected.

Resources