PHPackages                             kleister/kleister-php - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [HTTP &amp; Networking](/categories/http)
4. /
5. kleister/kleister-php

ActiveLibrary[HTTP &amp; Networking](/categories/http)

kleister/kleister-php
=====================

OpenAPI client for Kleister

3.0.0(3mo ago)06[1 issues](https://github.com/kleister/kleister-php/issues)Apache-2.0PHPPHP ^7.4 || ^8.0CI passing

Since Jun 4Pushed 1mo ago1 watchersCompare

[ Source](https://github.com/kleister/kleister-php)[ Packagist](https://packagist.org/packages/kleister/kleister-php)[ Docs](https://github.com/kleister/kleister-php)[ RSS](/packages/kleister-kleister-php/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (4)Versions (20)Used By (0)

Kleister: SDK for PHP
=====================

[](#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://camo.githubusercontent.com/c707fe12f056010a2f05d9d2c94a44d803538c9757496d53700e1d2b2569f0df/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6d61747269782d2532336b6c6569737465722533416d61747269782e6f72672d3762633961342e737667)](https://matrix.to/#/#kleister:matrix.org) [![Codacy Badge](https://camo.githubusercontent.com/e2617889faf17dc86ec240076f430ef6400656f3de564f52abbaf925de6d49fa/68747470733a2f2f6170702e636f646163792e636f6d2f70726f6a6563742f62616467652f47726164652f6337636535363261636634383434383362326163663030633030313535343331)](https://app.codacy.com/gh/kleister/kleister-php/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade) [![PHP Version](https://camo.githubusercontent.com/1e91285decef849cfdbdf7909c16a7ec8771c439dac2aea5b9a6d6827348a4ab/68747470733a2f2f62616467652e667572792e696f2f70682f6b6c6569737465722532466b6c6569737465722d7068702e737667)](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](https://openapi-generator.tech) project:

- API version: 1.0.0-alpha1
- Package version: 3.0.0
- Build package: org.openapitools.codegen.languages.PhpClientCodegen

For more information, please visit

Installation
------------

[](#installation)

### Requirements

[](#requirements)

PHP 7.4 and later. Should also work with PHP 8.0.

### Composer

[](#composer)

To install the bindings via [Composer](https://getcomposer.org/), simply add the following to your `composer.json` file:

```
{
  "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

[](#manual-installation)

Download the files and include the `autoload.php` file which is part of this library/repository:

```
