/TebexAPI

Tebex Plugin API as a PHP library

Primary LanguagePHPMIT LicenseMIT

TebexAPI

This is a PHP library implementing methods to request to and retrieve responses from Tebex Plugin API endpoints using cURL.

Currently, this library does not provide a non-blocking implementation of the API. However, this library implements a set of adaptable abstract classes to achieve the goal.

Installation

Install this library via composer

composer install muqsit/tebexapi

Install this library via poggit

Include this library in your plugin's poggit.yml:

projects:
  YourProjectName:
    path: ""
    libs:
      - src: muqsit/tebexapi/TebexApi
        version: ^0.0.1