PHPackages                             aternos/poggit-api - 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. [API Development](/categories/api)
4. /
5. aternos/poggit-api

ActiveLibrary[API Development](/categories/api)

aternos/poggit-api
==================

PHP Client for the Poggit API. This client is based on openapi.

v2.0.1(1y ago)02.7k↓38.1%MITPHPPHP ^8.3CI passing

Since Feb 28Pushed 5mo ago3 watchersCompare

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

READMEChangelog (3)Dependencies (3)Versions (4)Used By (0)

Aternos/php-poggit-client
=========================

[](#aternosphp-poggit-client)

An API client for the Poggit API written in PHP. This client is a combination of code generated by OpenAPI Generator and some wrappers around it to improve the usability.

The generated code can be found in `src/Api` and `src/Model`. It is recommended to use the Wrappers in `src/Client` instead of the generated code.

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

[](#installation)

Install the package via composer:

```
composer require aternos/poggit-api
```

Usage
-----

[](#usage)

The main entry point for the API is the `PoggitAPIClient` class.

```
