muqsit/tebexapi

PHP library implementing Tebex Plugin API

0.2.1 2024-03-11 11:05 UTC

This package is auto-updated.

Last update: 2024-11-11 13:01:39 UTC


README

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