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

# SDKs

> Official client SDKs for integrating with the MtnManager API in your preferred language.

Our official SDKs provide a streamlined way to integrate MtnManager into your applications. Instead of making raw HTTP requests, you get a native library with strongly-typed models that match our API specification. This means a better developer experience with IDE autocompletion, inline documentation, and compile-time error checking.

## Available SDKs

<CardGroup cols={2}>
  <Card title="TypeScript" icon="js" href="https://www.npmjs.com/package/@mtnmanager/sdk">
    TypeScript client available on NPM
  </Card>

  <Card title="PHP" icon="php" href="https://github.com/mtnmanager/mtnmanager-sdk-php">
    Composer-installable PHP library
  </Card>

  <Card title="Go" icon="golang" href="https://github.com/mtnmanager/mtnmanager-sdk-go">
    Idiomatic Go client with struct types for all models
  </Card>

  <Card title="Swift" icon="swift" href="https://github.com/mtnmanager/mtnmanager-sdk-swift">
    Native Swift package for iOS and macOS apps
  </Card>
</CardGroup>
