firelink-media / tds-provider-bundle
Installs: 1 423
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:symfony-bundle
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
LandingPageCookieSetterSubscriber
to set first user's url on site tolanding_page
cookie, you must add next part of code to your projectconfig/services.yaml
:
TdsProviderBundle\EventSubscriber\LandingPageCookieSetterSubscriber: tags: [ { name: 'kernel.event_listener' } ]