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

# Community & Server-Side SDKs

> Official and community-maintained SDKs for integrating Vero with Ruby, PHP, iOS, and other platforms.

In addition to the [JavaScript/TypeScript SDK](/developer-docs/javascript-sdk), Vero has official and community-maintained libraries for several other languages and platforms.

## Official SDKs

<CardGroup>
  <Card title="Ruby" icon="gem" href="https://github.com/getvero/vero">
    Official Ruby SDK for server-side integration with Vero.
  </Card>

  <Card title="PHP" icon="php" href="https://github.com/getvero/vero-php">
    Official PHP SDK for server-side integration with Vero.
  </Card>
</CardGroup>

### Ruby

Install the gem:

```bash theme={null}
gem install vero
```

Or add it to your Gemfile:

```ruby theme={null}
gem 'vero'
```

For full setup instructions and usage, see the [GitHub repository](https://github.com/getvero/vero).

### PHP

Install via Composer:

```bash theme={null}
composer require getvero/vero-php
```

For full setup instructions and usage, see the [GitHub repository](https://github.com/getvero/vero-php).

## Legacy SDKs

<CardGroup>
  <Card title="iOS (Legacy)" icon="apple" href="https://github.com/getvero/vero-ios">
    Legacy iOS SDK. No longer actively maintained.
  </Card>
</CardGroup>

## REST API

For languages without a dedicated SDK, you can integrate directly with the [Track REST API](/api-reference/track/overview). The API supports any language or platform that can make HTTP requests.

## Contributing

Built an SDK or integration for Vero? We'd love to hear about it. Reach out to [support@getvero.com](mailto:support@getvero.com) to have it listed here.
