Skip to content

symfony/twitter-notifier

Repository files navigation

Twitter Notifier

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