https://github.com/muqsit/tebexapi
Tebex Plugin API as a PHP library
https://github.com/muqsit/tebexapi
Last synced: about 1 year ago
JSON representation
Tebex Plugin API as a PHP library
- Host: GitHub
- URL: https://github.com/muqsit/tebexapi
- Owner: Muqsit
- License: mit
- Created: 2021-05-21T16:57:03.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2025-04-18T12:14:44.000Z (about 1 year ago)
- Last Synced: 2025-05-07T23:45:21.090Z (about 1 year ago)
- Language: PHP
- Size: 80.1 KB
- Stars: 8
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TebexAPI
This is a PHP library implementing methods to request to and retrieve responses from [Tebex Plugin API endpoints](https://docs.tebex.io/plugin/) using [cURL](https://www.php.net/manual/en/book.curl.php).
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](https://getcomposer.org/)
```
composer install muqsit/tebexapi
```
### Install this library via [poggit](https://poggit.pmmp.io/ci/Muqsit/TebexAPI)
Include this library in your plugin's `poggit.yml`:
```yaml
projects:
YourProjectName:
path: ""
libs:
- src: muqsit/tebexapi/TebexApi
version: ^0.0.1
```