top-gg / php-sdk
The official Top.gg PHP API wrapper.
Installs: 11
Dependents: 0
Suggesters: 0
Security: 0
Stars: 5
Watchers: 1
Forks: 2
pkg:composer/top-gg/php-sdk
Requires
- php: ^7.3|^8.0
This package is auto-updated.
Last update: 2025-12-27 15:00:42 UTC
README
A Top.gg API wrapper written in PHP 8.
Documentation
See here for the official information.
Installation
TopPHP uses composer to download. In order to install the library, use the following line:
composer require top-gg/php-sdk
Features
- Working GET and POST requests.
- Enumerable constants for HTTP search lookups.
- Flexible namespaces and interfaces for easily editing.
- Up-to-standard package following the latest PSR.
- Automatic bot statistics POST requests. (Shards, guilds)
Coming Soon
- Webhooks
- Forced library global rate-limiting.