Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kleister/kleister-php
Kleister: SDK for PHP
https://github.com/kleister/kleister-php
kleister minecraft openapi php sdk
Last synced: 8 days ago
JSON representation
Kleister: SDK for PHP
- Host: GitHub
- URL: https://github.com/kleister/kleister-php
- Owner: kleister
- License: apache-2.0
- Created: 2018-03-30T11:15:01.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-12-30T08:26:43.000Z (8 days ago)
- Last Synced: 2024-12-30T09:28:48.123Z (8 days ago)
- Topics: kleister, minecraft, openapi, php, sdk
- Language: PHP
- Homepage: https://kleister.eu
- Size: 473 KB
- Stars: 0
- Watchers: 3
- 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
[![General Workflow](https://github.com/kleister/kleister-php/actions/workflows/general.yml/badge.svg)](https://github.com/kleister/kleister-php/actions/workflows/general.yml) [![Join the Matrix chat at https://matrix.to/#/#kleister:matrix.org](https://img.shields.io/badge/matrix-%23kleister%3Amatrix.org-7bc9a4.svg)](https://matrix.to/#/#kleister:matrix.org) [![Codacy Badge](https://app.codacy.com/project/badge/Grade/c7ce562acf484483b2acf00c00155431)](https://app.codacy.com/gh/kleister/kleister-php/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade) [![PHP Version](https://badge.fury.io/ph/kleister%2Fkleister-php.svg)](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: 1.3.0
- Build package: org.openapitools.codegen.languages.PhpClientCodegenFor 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/