PHPackages                             cdma-numiscorner/allegro-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. [HTTP &amp; Networking](/categories/http)
4. /
5. cdma-numiscorner/allegro-api

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

cdma-numiscorner/allegro-api
============================

https://developer.allegro.pl/about Documentation is generated from \[this\](https://developer.allegro.pl/swagger.yaml) OpenAPI 3.0 specification file.

1.0.3(2y ago)15711[1 PRs](https://github.com/cdma-numiscorner/allegro-api/pulls)unlicensePHPPHP &gt;=7.2

Since May 9Pushed 2y ago3 watchersCompare

[ Source](https://github.com/cdma-numiscorner/allegro-api)[ Packagist](https://packagist.org/packages/cdma-numiscorner/allegro-api)[ Docs](https://openapi-generator.tech)[ RSS](/packages/cdma-numiscorner-allegro-api/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (3)Versions (8)Used By (0)

OpenAPIClient-php
=================

[](#openapiclient-php)

Documentation is generated from [this](https://developer.allegro.pl/swagger.yaml) OpenAPI 3.0 specification file.

For more information, please visit .

Installation &amp; Usage
------------------------

[](#installation--usage)

### Requirements

[](#requirements)

PHP 7.2 and later.

### REGENERATE THE PACKAGE

[](#regenerate-the-package)

```
docker run --rm -v "${PWD}:/local" openapitools/openapi-generator-cli:v5.0.1 generate     -i https://developer.allegro.pl/swagger.yaml     -g php  --git-user-id cdma-numiscorner --git-host github.com --git-repo-id allegro-api --invoker-package 'AllegroApi' --artifact-version 1.0 --release-note "Initial commit" -o /local

```

### Composer

[](#composer)

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

```
{
  "repositories": [
    {
      "type": "vcs",
      "url": "https://github.com/cdma-numiscorner/allegro-api.git"
    }
  ],
  "require": {
    "cdma-numiscorner/allegro-api": "*@dev"
  }
}
```

Then run `composer install`

### Manual Installation

[](#manual-installation)

Download the files and include `autoload.php`:

```
