top-gg / php-sdk
The official Top.gg PHP API wrapper.
dev-main
2021-06-27 05:38 UTC
Requires
- php: ^7.3|^8.0
This package is auto-updated.
Last update: 2025-06-27 14:02:53 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.