Skip to content

symfony/spot-hit-notifier

Folders and files

NameName
Last commit message
Last commit date
Sep 25, 2024
Sep 23, 2024
Jul 6, 2024
Apr 3, 2021
Jul 30, 2023
Jan 24, 2023
Jul 30, 2023
Jun 20, 2024
Jul 30, 2023
Sep 23, 2024
Jun 2, 2021

Repository files navigation

Spot-Hit Notifier

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