{"id":23712469,"url":"https://github.com/kleister/kleister-php","last_synced_at":"2025-08-17T22:11:10.727Z","repository":{"id":32457728,"uuid":"127419359","full_name":"kleister/kleister-php","owner":"kleister","description":"PHP SDK for Kleister","archived":false,"fork":false,"pushed_at":"2025-08-04T08:36:18.000Z","size":999,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-08-04T12:09:46.577Z","etag":null,"topics":["kleister","minecraft","openapi","php","sdk"],"latest_commit_sha":null,"homepage":"https://kleister.eu","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kleister.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2018-03-30T11:15:01.000Z","updated_at":"2025-08-04T08:36:21.000Z","dependencies_parsed_at":"2024-06-04T10:32:54.174Z","dependency_job_id":"fe15e64b-ea22-4fe3-809b-e2a5da2e68d1","html_url":"https://github.com/kleister/kleister-php","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/kleister/kleister-php","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kleister%2Fkleister-php","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kleister%2Fkleister-php/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kleister%2Fkleister-php/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kleister%2Fkleister-php/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kleister","download_url":"https://codeload.github.com/kleister/kleister-php/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kleister%2Fkleister-php/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270912602,"owners_count":24666751,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-17T02:00:09.016Z","response_time":129,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["kleister","minecraft","openapi","php","sdk"],"created_at":"2024-12-30T19:59:10.386Z","updated_at":"2025-08-17T22:11:10.716Z","avatar_url":"https://github.com/kleister.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Kleister: SDK for PHP\n\n[![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\u0026utm_medium=referral\u0026utm_content=\u0026utm_campaign=Badge_grade) [![PHP Version](https://badge.fury.io/ph/kleister%2Fkleister-php.svg)](https://badge.fury.io/ph/kleister%2Fkleister-php)\n\nThis repository provides a client SDK for PHP. This SDK is automatically\ngenerated by the [OpenAPI Generator][generator] project:\n\n-   API version: 1.0.0-alpha1\n-   Package version: 2.4.0\n-   Build package: org.openapitools.codegen.languages.PhpClientCodegen\n\nFor more information, please visit [https://kleister.eu](https://kleister.eu)\n\n## Installation\n\n### Requirements\n\nPHP 7.4 and later.\nShould also work with PHP 8.0.\n\n### Composer\n\nTo install the bindings via [Composer][composer], simply add the following to\nyour `composer.json` file:\n\n```json\n{\n  \"repositories\": [\n    {\n      \"type\": \"vcs\",\n      \"url\": \"https://github.com/kleister/kleister-php.git\"\n    }\n  ],\n  \"require\": {\n    \"kleister/kleister-php\": \"*@dev\"\n  }\n}\n```\n\nAfter that you just need to run `composer install` to download it and you can\nuse it as a library.\n\n### Manual Installation\n\nDownload the files and include the `autoload.php` file which is part of this\nlibrary/repository:\n\n```php\n\u003c?php\nrequire_once('/path/to/kleister/vendor/autoload.php');\n```\n\n## Tests\n\n```console\ncomposer install\nvendor/bin/phpunit\n```\n\n## Security\n\nIf you find a security issue please contact\n[kleister@webhippie.de](mailto:kleister@webhippie.de) first.\n\n## Contributing\n\nFork -\u003e Patch -\u003e Push -\u003e Pull Request\n\n## Authors\n\n-   [Thomas Boerger](https://github.com/tboerger)\n\n## License\n\nApache-2.0\n\n## Copyright\n\n```console\nCopyright (c) 2018 Thomas Boerger \u003cthomas@webhippie.de\u003e\n```\n\n[generator]: https://openapi-generator.tech\n[composer]: https://getcomposer.org/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkleister%2Fkleister-php","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkleister%2Fkleister-php","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkleister%2Fkleister-php/lists"}