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

# SDKs

> Official SDKs to integrate Genuka API into your existing projects.

Use our official SDKs to quickly integrate Genuka API into your application without handling low-level HTTP requests.

***

## Available SDKs

<CardGroup cols={2}>
  <Card title="JavaScript SDK" icon="js" href="https://www.npmjs.com/package/genuka-api">
    SDK JavaScript/TypeScript officiel pour applications web
  </Card>

  <Card title="PHP SDK" icon="php" href="https://github.com/usegenuka/genuka-php">
    Genuka API client for PHP applications
  </Card>
</CardGroup>

***

## Installation

<Tabs>
  <Tab title="npm">
    ```bash theme={null}
    npm i genuka-api
    ```
  </Tab>

  <Tab title="yarn">
    ```bash theme={null}
    yarn add genuka-api
    ```
  </Tab>

  <Tab title="pnpm">
    ```bash theme={null}
    pnpm add genuka-api
    ```
  </Tab>

  <Tab title="bun">
    ```bash theme={null}
    bun add genuka-api
    ```
  </Tab>

  <Tab title="PHP">
    ```bash theme={null}
    composer require genuka/genuka-php
    ```
  </Tab>
</Tabs>

<Info>
  Want another SDK? Let us know at [contact@genuka.com](mailto:contact@genuka.com)
</Info>
