Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.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/