PHPackages                             spatie/laravel-bluesky-notification-channel - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. spatie/laravel-bluesky-notification-channel

ActiveLibrary[API Development](/categories/api)

spatie/laravel-bluesky-notification-channel
===========================================

Send Bluesky notifications in Laravel

v1.0.0(3mo ago)082[1 PRs](https://github.com/spatie/laravel-bluesky-notification-channel/pulls)MITPHPPHP ^8.4CI passing

Since Mar 17Pushed 4d agoCompare

[ Source](https://github.com/spatie/laravel-bluesky-notification-channel)[ Packagist](https://packagist.org/packages/spatie/laravel-bluesky-notification-channel)[ Docs](https://github.com/spatie/laravel-bluesky-notification-channel)[ GitHub Sponsors](https://github.com/spatie)[ RSS](/packages/spatie-laravel-bluesky-notification-channel/feed)WikiDiscussions main Synced 3w ago

READMEChangelog (1)Dependencies (15)Versions (2)Used By (0)

Send Bluesky notifications in Laravel
=====================================

[](#send-bluesky-notifications-in-laravel)

[![Latest Version on Packagist](https://camo.githubusercontent.com/503837857952432d4aa747f383857d5b22b2011a736dac36a3140554b5140e13/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7370617469652f6c61726176656c2d626c7565736b792d6e6f74696669636174696f6e2d6368616e6e656c2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/spatie/laravel-bluesky-notification-channel)[![GitHub Tests Action Status](https://github.com/spatie/laravel-bluesky-notification-channel/actions/workflows/run-tests.yml/badge.svg)](https://github.com/spatie/laravel-bluesky-notification-channel/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://github.com/spatie/laravel-bluesky-notification-channel/actions/workflows/fix-php-code-style-issues.yml/badge.svg)](https://github.com/spatie/laravel-bluesky-notification-channel/actions?query=workflow%3A%22Fix+PHP+code+style+issues%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/135646e741ba6914d0df5902690abd659f7e50e4678977c7ffbc78967c7d6e51/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f7370617469652f6c61726176656c2d626c7565736b792d6e6f74696669636174696f6e2d6368616e6e656c2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/spatie/laravel-bluesky-notification-channel)

This package makes it easy to send notifications to [Bluesky](https://bsky.app) using Laravel's notification system. Links, mentions and hashtags are automatically detected and rendered as rich text.

Here's how you can use it:

```
BlueskyPost::make()
    ->text('Hello from Laravel! Check out https://spatie.be')
    ->language('en');
```

In a notification:

```
