firelink-media / tds-provider-bundle
There is no license information available for the latest version (1.11.0) of this package.
Package info
github.com/firelink-media/tds-bundle
Type:symfony-bundle
pkg:composer/firelink-media/tds-provider-bundle
1.11.0
2026-03-10 15:08 UTC
Requires
- php: >=7.1
- guzzlehttp/guzzle: ^6.3|^7.0
- symfony/config: ^5.1|^6.0
- symfony/dependency-injection: ^5.1|^6.0
- symfony/http-foundation: ^5.2|^6.0
README
How to install
composer require firelink-media/tds-provider-bundle- ensure you project has access to next env vars:
SLACK_URL- channel for tds related errorsTDS_DOMAIN- domain which we want to connect to TDS. If set tonull, domain will be taken from request.TDS_API_URL- api url of TDSTDS_API_KEY- TDS api key
- If you want to apply
LandingPageCookieSetterSubscriberto set first user's url on site tolanding_pagecookie, you must add next part of code to your projectconfig/services.yaml:
TdsProviderBundle\EventSubscriber\LandingPageCookieSetterSubscriber: tags: [ { name: 'kernel.event_listener' } ]