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

# Top.gg PHP SDK: Community Library

> A community-maintained PHP library for the Top.gg API. Post bot stats, retrieve bot listings, and query user data from your PHP application.

The Top.gg PHP SDK is a community-maintained library for the Top.gg REST API. It is not maintained by the Top.gg core team.

## Installation

Install the package with Composer:

```bash theme={null}
composer require top-gg/php-sdk
```

Then load the Composer autoloader in your project:

```php theme={null}
require __DIR__ . '/vendor/autoload.php';
```

## Community and support

For bug reports or feature requests, open an issue on the [GitHub repository](https://github.com/top-gg/php-sdk). For general API questions, join the Top.gg Discord server at [discord.gg/dbl](https://discord.gg/dbl).
