-
-
Notifications
You must be signed in to change notification settings - Fork 2
Home
BlueSky SDK is a simple and lightweight PHP client for interacting with the BlueSky network. It provides a convenient way to connect with the BlueSky API, enabling developers to integrate decentralized social network functionalities into their applications with ease.
- Straightforward Setup: Quickly get started with minimal configuration.
- Core API Support: Simplifies interaction with the BlueSky network's core functionalities.
- Lightweight Design: Focuses on providing just what you need without unnecessary overhead.
BlueSky SDK is designed as a basic client for the BlueSky network. While its initial focus is on essential API functionality, the SDK is under active development with plans to expand and support all systems implemented at the protocol level.
To begin using BlueSky SDK:
- Install the package (see the Installation page).
- Set up your authentication credentials.
- Start making API calls to the Bluesky network.
Check out the [Getting Started](#) page for more details.
BlueSky SDK is an open-source project, and contributions are welcome! Visit the Contributing page to learn how to get involved.
Description | Link |
---|---|
Official Docs | AT Protocol Official Docs |
BlueSky Docs | BSky HTTP Reference Docs |
SDK Docs | SDK Docs |
Packagist | SDK available on Packagist |
Author | Eldar Shahmaliyev built the SDK with ❤️ |
Support | Support to my open source work on Github or Buymeacoffee |
Get started with BlueSky SDK today and integrate Bluesky into your projects! 🚀
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