https://github.com/symfony/twitter-notifier
Symfony Twitter Notifier Bridge
https://github.com/symfony/twitter-notifier
component notifier php symfony symfony-component twitter
Last synced: 9 months ago
JSON representation
Symfony Twitter Notifier Bridge
- Host: GitHub
- URL: https://github.com/symfony/twitter-notifier
- Owner: symfony
- License: mit
- Created: 2022-12-02T16:10:16.000Z (over 3 years ago)
- Default Branch: 7.2
- Last Pushed: 2024-11-29T09:10:39.000Z (over 1 year ago)
- Last Synced: 2025-01-29T14:23:13.558Z (over 1 year ago)
- Topics: component, notifier, php, symfony, symfony-component, twitter
- Language: PHP
- Homepage: https://symfony.com/notifier
- Size: 42 KB
- Stars: 5
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
Twitter Notifier
===============
Provides [Twitter](https://twitter.com) 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
---------
* [Contributing](https://symfony.com/doc/current/contributing/index.html)
* [Report issues](https://github.com/symfony/symfony/issues) and
[send Pull Requests](https://github.com/symfony/symfony/pulls)
in the [main Symfony repository](https://github.com/symfony/symfony)