kleister/kleister-php 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

kleister/kleister-php

最新稳定版本:2.12.0

Composer 安装命令:

composer require kleister/kleister-php

包简介

OpenAPI client for Kleister

README 文档

README

General Workflow Join the Matrix chat at https://matrix.to/#/#kleister:matrix.org Codacy Badge PHP Version

This repository provides a client SDK for PHP. This SDK is automatically generated by the OpenAPI Generator project:

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

For more information, please visit https://kleister.eu

Installation

Requirements

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

Composer

To install the bindings via Composer, 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

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

<?php
require_once('/path/to/kleister/vendor/autoload.php');

Tests

composer install
vendor/bin/phpunit

Security

If you find a security issue please contact kleister@webhippie.de first.

Contributing

Fork -> Patch -> Push -> Pull Request

Authors

License

Apache-2.0

Copyright

Copyright (c) 2018 Thomas Boerger <thomas@webhippie.de>

统计信息

  • 总下载量: 6
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: Apache-2.0
  • 更新时间: 2024-06-04