symfony/twitter-notifier

Symfony Twitter Notifier Bridge

Installs: 2 156

Dependents: 0

Suggesters: 0

Security: 0

Stars: 6

Watchers: 4

Forks: 0

Type:symfony-notifier-bridge

v7.0.3 2024-01-23 15:02 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