Skip to content

Installation

Eldar Shahmaliyev edited this page Jan 27, 2025 · 5 revisions

Important

The SDK is under active development and may cause unexpected errors or issues.

Requirements

  • PHP 7.4 or newer.
  • Composer for dependency management.

Installation via Composer

Run the following command:

composer require shahmal1yev/blueskysdk:"^1@beta"

Environment Setup

Set up your .env file with the following credentials:

BLUESKY_IDENTIFIER=your.identifier
BLUESKY_PASSWORD=your-secure-password

You're all set! Check the Quick Start guide to start using the SDK.

  • 🏠 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

Clone this wiki locally