Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/muqsit/tebexapi
Tebex Plugin API as a PHP library
https://github.com/muqsit/tebexapi
Last synced: 6 days 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 (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-03-11T11:06:48.000Z (8 months ago)
- Last Synced: 2024-11-02T10:23:12.884Z (13 days ago)
- Language: PHP
- Size: 79.1 KB
- Stars: 8
- Watchers: 4
- Forks: 2
- 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
```