Documentation Index
Fetch the complete documentation index at: https://kawax.biz/llms.txt
Use this file to discover all available pages before exploring further.
Overview
revolution/laravel-bluesky is a Laravel package for AT Protocol (Bluesky). It exposesRevolution\Bluesky\Facades\Bluesky and lets you create posts, fetch feeds, search posts, and attach media through Laravel-friendly APIs.
Requirements
- PHP
>= 8.3 - Laravel
>= 12.x
Installation
Environment variables
For App Password authentication, configure your.env values.
Quick start
Create your first post
Use TextBuilder for links and tags
Documentation map
Basic client
Learn App Password and OAuth auth, posting, media, replies, quotes, feeds, and search.
Socialite
Bluesky-specific Socialite setup with AT Protocol OAuth (DPoP).
Notification channel
Send Bluesky posts and direct messages using Laravel’s notification system.
Feed Generator
Build and publish custom algorithmic feeds on Bluesky.
References
- GitHub: invokable/laravel-bluesky
- DeepWiki: invokable/laravel-bluesky