Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ It builds upon the [XenforoResourceManagerAPI](https://github.com/SpigotMC/Xenfo
The generated code can be found in `src/Api` and `src/Model`.
It is recommended to use the wrappers in `src/Client` instead of the generated code.

## Requirements
- PHP 8.2 or newer
- PHP extensions: curl, json, mbstring

## Installation
Install the package via composer:
```bash
Expand Down