{"id":14983778,"url":"https://github.com/symfony/bluesky-notifier","last_synced_at":"2026-01-25T10:04:09.587Z","repository":{"id":212694936,"uuid":"732100318","full_name":"symfony/bluesky-notifier","owner":"symfony","description":"Symfony Bluesky Notifier Bridge","archived":false,"fork":false,"pushed_at":"2025-12-19T08:37:28.000Z","size":31,"stargazers_count":9,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"7.3","last_synced_at":"2025-12-26T23:43:52.782Z","etag":null,"topics":["bluesky","component","notifier","php","symfony","symfony-component"],"latest_commit_sha":null,"homepage":"https://symfony.com/notifier","language":"PHP","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/symfony.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":["fabpot","nicolas-grekas"],"custom":"https://symfony.com/sponsor","tidelift":"packagist/symfony/symfony"}},"created_at":"2023-12-15T16:36:59.000Z","updated_at":"2025-05-20T08:38:06.000Z","dependencies_parsed_at":"2024-01-23T21:19:26.683Z","dependency_job_id":"5e60bb4b-6072-4b80-8150-f12e490692f1","html_url":"https://github.com/symfony/bluesky-notifier","commit_stats":{"total_commits":6,"total_committers":5,"mean_commits":1.2,"dds":0.6666666666666667,"last_synced_commit":"f01d2aa45834ce4aa263bd383dd524f3187c3257"},"previous_names":["symfony/bluesky-notifier"],"tags_count":16,"template":false,"template_full_name":null,"purl":"pkg:github/symfony/bluesky-notifier","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/symfony%2Fbluesky-notifier","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/symfony%2Fbluesky-notifier/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/symfony%2Fbluesky-notifier/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/symfony%2Fbluesky-notifier/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/symfony","download_url":"https://codeload.github.com/symfony/bluesky-notifier/tar.gz/refs/heads/7.3","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/symfony%2Fbluesky-notifier/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28751089,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-25T09:58:17.166Z","status":"ssl_error","status_checked_at":"2026-01-25T09:55:56.104Z","response_time":113,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bluesky","component","notifier","php","symfony","symfony-component"],"created_at":"2024-09-24T14:07:54.526Z","updated_at":"2026-01-25T10:04:09.576Z","avatar_url":"https://github.com/symfony.png","language":"PHP","funding_links":["https://github.com/sponsors/fabpot","https://github.com/sponsors/nicolas-grekas","https://symfony.com/sponsor","https://tidelift.com/funding/github/packagist/symfony/symfony"],"categories":[],"sub_categories":[],"readme":"Bluesky Notifier\n================\n\nProvides [Bluesky](https://bsky.app/) integration for Symfony Notifier.\n\nDSN example\n-----------\n\n```\nBLUESKY_DSN=bluesky://nyholm.bsky.social:p4ssw0rd@bsky.social\n```\n\nAdding Options to a Message\n---------------------------\n\nUse a `BlueskyOptions` object to add options to the message:\n\n```php\nuse Symfony\\Component\\Notifier\\Bridge\\Bluesky\\BlueskyOptions;\nuse Symfony\\Component\\Notifier\\Message\\ChatMessage;\n\n$message = new ChatMessage('My message');\n\n// Add website preview card to the message\n$options = (new BlueskyOptions())\n    -\u003eattachCard('https://example.com', new File('image.jpg'))\n    // You can also add media to the message\n    //-\u003eattachMedia(new File($command-\u003efileName), 'description')\n    ;\n\n// Add the custom options to the Bluesky message and send the message\n$message-\u003eoptions($options);\n\n$chatter-\u003esend($message);\n```\n\nResources\n---------\n\n * [Contributing](https://symfony.com/doc/current/contributing/index.html)\n * [Report issues](https://github.com/symfony/symfony/issues) and\n   [send Pull Requests](https://github.com/symfony/symfony/pulls)\n   in the [main Symfony repository](https://github.com/symfony/symfony)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsymfony%2Fbluesky-notifier","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsymfony%2Fbluesky-notifier","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsymfony%2Fbluesky-notifier/lists"}