> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinksale.com/llms.txt
> Use this file to discover all available pages before exploring further.

# SDK Libraries

> Official and community libraries for the Blinksale API

Blinksale provides software development kits for popular programming languages to help you integrate with our API more easily. Choose your preferred language or framework to get started quickly.

## Client Libraries

<CardGroup cols={2}>
  <Card title="PHP" icon="php" href="https://github.com/The-Avenues-LLC/blinksale-php-sdk">
    Official PHP client for the Blinksale API.
  </Card>

  <Card title="Node.js" icon="node-js" href="https://github.com/The-Avenues-LLC/blinksale-node-sdk">
    Integrate Blinksale with your JavaScript applications.
  </Card>

  <Card title="Python" icon="python" href="https://github.com/The-Avenues-LLC/blinksale-python-sdk">
    Python client library for easy Blinksale API integration.
  </Card>

  <Card title="Ruby" icon="gem" href="https://github.com/The-Avenues-LLC/blinksale-ruby-sdk">
    Ruby gem for integrating with the Blinksale API.
  </Card>
</CardGroup>

## Framework Integrations

<CardGroup cols={2}>
  <Card title="Laravel" icon="laravel" href="https://github.com/The-Avenues-LLC/blinksale-laravel-sdk">
    Laravel package for seamless integration with Blinksale.
  </Card>

  <Card title="React" icon="react" href="https://github.com/The-Avenues-LLC/blinksale-react-sdk">
    React components and hooks for Blinksale integration.
  </Card>

  <Card title="Django" icon="python" href="https://github.com/The-Avenues-LLC/blinksale-django-sdk">
    Django app for easy Blinksale integration in your projects.
  </Card>

  <Card title="Rails" icon="gem" href="https://github.com/The-Avenues-LLC/blinksale-rails-sdk">
    Ruby on Rails gem for Blinksale integration.
  </Card>
</CardGroup>

## Mobile SDKs

<CardGroup cols={2}>
  <Card title="iOS / Swift" icon="apple" href="https://github.com/The-Avenues-LLC/blinksale-ios-sdk">
    Native Swift SDK for iOS applications.
  </Card>

  <Card title="Android / Kotlin" icon="android" href="https://github.com/The-Avenues-LLC/blinksale-android-sdk">
    Native Kotlin SDK for Android applications.
  </Card>

  <Card title="React Native" icon="react" href="https://github.com/The-Avenues-LLC/blinksale-react-native-sdk">
    Cross-platform mobile SDK for React Native applications.
  </Card>

  <Card title="Flutter / Dart" icon="code" href="https://github.com/The-Avenues-LLC/blinksale-flutter-sdk">
    Flutter package for Blinksale integration.
  </Card>
</CardGroup>

## Coming Soon

<CardGroup cols={2}>
  <Card title="Go" icon="code" href="https://github.com/The-Avenues-LLC/blinksale-go-sdk">
    Go client library coming soon.
  </Card>

  <Card title="C#" icon="microsoft" href="https://github.com/The-Avenues-LLC/blinksale-c-sdk">
    .NET SDK for C# applications coming soon.
  </Card>
</CardGroup>
