bs/plus-notifier

Symfony Plus MultiInfo Notifier Bridge

Installs: 1

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 0

Type:symfony-notifier-bridge

1.0.0 2022-07-19 23:09 UTC

This package is not auto-updated.

Last update: 2024-05-23 06:40:18 UTC


README

Provides Plus MultiInfo integration for Symfony Notifier.

DSN example

PLUS_DSN=plus://LOGIN:PASSWORD@HOST?service_id=SERVICE_ID&cert_file=CERT_FILE&cert_password=CERT_PASSWORD

where:

  • LOGIN is user login with access to API HTTPS channel
  • PASSWORD is user password
  • HOST is API host (api1.multiinfo.plus.pl or api2.multiinfo.plus.pl)
  • SERVICE_ID is service identity for sending message
  • CERT_FILE is file name with path to certificate file (PEM format)
  • CERT_PASSWORD is certificate password

All special chars must be URL encoding prefixed by % (e.g. # is %%23)

example:

PLUS_DSN=plus://apiuser:PaSwOrD%%231@api1.multiinfo.plus.pl?service_id=00000&cert_file=%kernel.project_dir%/cert.pem&cert_password=PaSwOrD%%232