Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/symfony/mastodon-notifier
Symfony Mastodon Notifier Bridge
https://github.com/symfony/mastodon-notifier
component mastodon notifier php symfony symfony-component
Last synced: about 1 month ago
JSON representation
Symfony Mastodon Notifier Bridge
- Host: GitHub
- URL: https://github.com/symfony/mastodon-notifier
- Owner: symfony
- License: mit
- Created: 2022-12-08T07:15:19.000Z (almost 2 years ago)
- Default Branch: 7.0
- Last Pushed: 2024-01-31T09:06:24.000Z (10 months ago)
- Last Synced: 2024-04-14T01:44:02.583Z (7 months ago)
- Topics: component, mastodon, notifier, php, symfony, symfony-component
- Language: PHP
- Homepage: https://symfony.com/notifier
- Size: 30.3 KB
- Stars: 4
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
Mastodon Notifier
=================Provides Mastodon integration for Symfony Notifier.
DSN example
-----------```
MASTODON_DSN=mastodon://ACCESS_TOKEN@HOST
```where:
- `ACCESS_TOKEN` is your Mastodon access token
- `HOST` is your Mastodon hostResources
---------* [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)