-
-
Notifications
You must be signed in to change notification settings - Fork 4
Installation
Important
The SDK is under active development and may cause unexpected errors or issues.
- PHP 7.4 or newer.
- Composer for dependency management.
Run the following command:
composer require shahmal1yev/blueskysdk:"^1@beta"Set up your .env file with the following credentials:
BLUESKY_IDENTIFIER=your.identifier
BLUESKY_PASSWORD=your-secure-passwordYou're all set! Check the Quick Start guide to start using the SDK.
| Description | Link |
|---|---|
| Discord | You can join to Discord Server of the SDK |
| Official Docs | AT Protocol Official Docs |
| BlueSky Docs | BSky HTTP Reference Docs |
| SDK Docs | SDK Official Docs |
| Packagist | SDK available on Packagist |
| Author | Created by @shahmal1yev with ❤️ |
| Support | Support to my open source work on Github or Buymeacoffee |
Get started with BlueSky SDK today and integrate Bluesky into your projects! 🚀
-
🏠 Home
Introduction to the SDK and its features -
🚀 Quick Start
Get started quickly with the basics of using the Bluesky SDK -
⚙️ Installation
Step-by-step guide to installing the SDK -
🛠️ Architecture Overview
Learn about the SDK's structure and design principles -
📖 BskyFacade
Simplify API interactions with the facade -
💾 Serialization
Serialize and deserialize data effectively -
🔄 Session Management
Manage authentication and session reuse -
🧹 Casting
Explore type-safe response casting in the SDK -
💡 Examples
Practical usage examples for various features