Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (almost 2 years ago)
- Default Branch: 7.1
- Last Pushed: 2024-09-27T08:43:22.000Z (about 1 month ago)
- Last Synced: 2024-09-30T16:03:29.698Z (about 1 month ago)
- Topics: component, notifier, php, symfony, symfony-component, twitter
- Language: PHP
- Homepage: https://symfony.com/notifier
- Size: 26.4 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 SecretResources
---------* [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)