symfony / twitter-notifier
Symfony Twitter Notifier Bridge
Fund package maintenance!
fabpot
Tidelift
symfony.com/sponsor
Installs: 4 380
Dependents: 0
Suggesters: 0
Security: 0
Stars: 5
Watchers: 4
Forks: 0
Type:symfony-notifier-bridge
Requires
- php: >=8.2
- symfony/http-client: ^6.4|^7.0
- symfony/notifier: ^7.2
Requires (Dev)
- symfony/mime: ^6.4|^7.0
Conflicts
- symfony/mime: <6.4
This package is auto-updated.
Last update: 2024-11-13 15:17:24 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 KeyAPI_SECRET
is your Twitter API Key SecretACCESS_TOKEN
is your read+write Twitter Access TokenACCESS_SECRET
is your read+write Twitter Access Token Secret