Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 615 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 615 Bytes

TopPHP

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.