Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)