Download the PHP package symfony/bluesky-notifier without Composer
On this page you can find all versions of the php package symfony/bluesky-notifier. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download symfony/bluesky-notifier
More information about symfony/bluesky-notifier
Files in symfony/bluesky-notifier
Package bluesky-notifier
Short Description Symfony Bluesky Notifier Bridge
License MIT
Homepage https://symfony.com
Informations about the package bluesky-notifier
Bluesky Notifier
Provides Bluesky integration for Symfony Notifier.
DSN example
Adding Options to a Message
Use a BlueskyOptions object to add options to the message:
Automatic Rich Text Detection
Bluesky posts have no markup: rich text is declared through "facets", byte ranges of the text that clients render as links. The transport detects them automatically in the message, no option is needed:
- mentions, e.g.
@nyholm.bsky.social(the handle must resolve on the configured endpoint); - URLs, e.g.
https://symfony.com; - hashtags, e.g.
#symfony(also with the fullwidth#marker), which makes them clickable and attaches the post to the tag feed.
A hashtag needs at least one character that is neither a digit nor
punctuation (so #123 is left as plain text), trailing punctuation is not
part of the tag, and a # inside a URL is part of the link, not a tag.
Following the lexicon limits, a tag longer than 64 graphemes or 640 bytes is
left as plain text instead of making the whole post fail.
Hashtag facets require version 8.2 or higher of the bridge.
Sponsor
This package is looking for a backer.
Help Symfony by sponsoring its development!
Resources
All versions of bluesky-notifier with dependencies
psr/log Version ^1|^2|^3
symfony/clock Version ^7.4|^8.0
symfony/http-client Version ^7.4|^8.0
symfony/notifier Version ^7.4|^8.0
symfony/string Version ^7.4|^8.0