bs / plus-notifier
Symfony Plus MultiInfo Notifier Bridge
Installs: 2
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
Type:symfony-notifier-bridge
Requires
- php: >=8.1
- symfony/event-dispatcher: ^5.4||6.0
- symfony/http-client: ^5.4||^6.0
- symfony/http-foundation: ^5.4||^6.0
- symfony/notifier: ^5.4||^6.0
Requires (Dev)
- phpunit/phpunit: 9.5
This package is not auto-updated.
Last update: 2024-11-21 09:02:21 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 channelPASSWORD
is user passwordHOST
is API host (api1.multiinfo.plus.pl
orapi2.multiinfo.plus.pl
)SERVICE_ID
is service identity for sending messageCERT_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