symfony/twitter-notifier

Symfony Twitter Notifier Bridge

Maintainers

Package info

github.com/symfony/twitter-notifier

Homepage

Type:symfony-notifier-bridge

pkg:composer/symfony/twitter-notifier

Statistics

Installs: 11 515

Dependents: 0

Suggesters: 0

Stars: 6

v8.1.0-BETA1 2026-04-18 13:52 UTC

README

Provides Twitter integration for Symfony Notifier.

DSN example

TWITTER_DSN=twitter://API_KEY:API_SECRET:ACCESS_TOKEN:ACCESS_SECRET@default

where:

  • API_KEY is your Twitter API Key
  • API_SECRET is your Twitter API Key Secret
  • ACCESS_TOKEN is your read+write Twitter Access Token
  • ACCESS_SECRET is your read+write Twitter Access Token Secret

Resources