https://github.com/kleister/kleister-php
PHP SDK for Kleister
https://github.com/kleister/kleister-php
kleister minecraft openapi php sdk
Last synced: 6 months ago
JSON representation
PHP SDK for Kleister
- Host: GitHub
- URL: https://github.com/kleister/kleister-php
- Owner: kleister
- License: apache-2.0
- Created: 2018-03-30T11:15:01.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2025-08-04T08:36:18.000Z (6 months ago)
- Last Synced: 2025-08-04T12:09:46.577Z (6 months ago)
- Topics: kleister, minecraft, openapi, php, sdk
- Language: PHP
- Homepage: https://kleister.eu
- Size: 976 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Kleister: SDK for PHP
[](https://github.com/kleister/kleister-php/actions/workflows/general.yml) [](https://matrix.to/#/#kleister:matrix.org) [](https://app.codacy.com/gh/kleister/kleister-php/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade) [](https://badge.fury.io/ph/kleister%2Fkleister-php)
This repository provides a client SDK for PHP. This SDK is automatically
generated by the [OpenAPI Generator][generator] project:
- API version: 1.0.0-alpha1
- Package version: 2.4.0
- Build package: org.openapitools.codegen.languages.PhpClientCodegen
For more information, please visit [https://kleister.eu](https://kleister.eu)
## Installation
### Requirements
PHP 7.4 and later.
Should also work with PHP 8.0.
### Composer
To install the bindings via [Composer][composer], simply add the following to
your `composer.json` file:
```json
{
"repositories": [
{
"type": "vcs",
"url": "https://github.com/kleister/kleister-php.git"
}
],
"require": {
"kleister/kleister-php": "*@dev"
}
}
```
After that you just need to run `composer install` to download it and you can
use it as a library.
### Manual Installation
Download the files and include the `autoload.php` file which is part of this
library/repository:
```php
Patch -> Push -> Pull Request
## Authors
- [Thomas Boerger](https://github.com/tboerger)
## License
Apache-2.0
## Copyright
```console
Copyright (c) 2018 Thomas Boerger
```
[generator]: https://openapi-generator.tech
[composer]: https://getcomposer.org/