muqsit / tebexapi
PHP library implementing Tebex Plugin API
Installs: 14
Dependents: 0
Suggesters: 0
Security: 0
Stars: 8
Watchers: 2
Forks: 3
Open Issues: 1
pkg:composer/muqsit/tebexapi
Requires
- php: ^8.1
This package is auto-updated.
Last update: 2025-10-18 13:13:53 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