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(1mo ago)010[1 PRs](https://github.com/spatie/laravel-bluesky-notification-channel/pulls)MITPHPPHP ^8.4CI passing

Since Mar 17Pushed 1mo 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 1mo 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://camo.githubusercontent.com/1b300e85598f8e3975e67dce70fcd9255dbc215922a9a04218ecc06775733d95/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f7370617469652f6c61726176656c2d626c7565736b792d6e6f74696669636174696f6e2d6368616e6e656c2f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/spatie/laravel-bluesky-notification-channel/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/6fbefcb761b7c449e92f71ebaf9cce0f9b89e4f261cdb71fea436a5d334b3f67/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f7370617469652f6c61726176656c2d626c7565736b792d6e6f74696669636174696f6e2d6368616e6e656c2f6669782d7068702d636f64652d7374796c652d6973737565732e796d6c3f6272616e63683d6d61696e266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](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:

```
