PHPackages                             cdma-numiscorner/shopware-admin-api-client - 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/shopware-admin-api-client

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

cdma-numiscorner/shopware-admin-api-client
==========================================

This endpoint reference contains an overview of all endpoints comprising the Shopware Admin API. For a better overview, all CRUD-endpoints are hidden by default. If you want to show also CRUD-endpoints add the query parameter `type=jsonapi`.

1.0(2y ago)03unlicensePHPPHP &gt;=7.2

Since Jan 18Pushed 2y ago1 watchersCompare

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

READMEChangelogDependencies (3)Versions (2)Used By (0)

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

[](#openapiclient-php)

This endpoint reference contains an overview of all endpoints comprising the Shopware Admin API.

For a better overview, all CRUD-endpoints are hidden by default. If you want to show also CRUD-endpoints add the query parameter `type=jsonapi`.

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

[](#installation--usage)

### Requirements

[](#requirements)

PHP 7.2 and later.

### 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/shopware-admin-api-client.git"
    }
  ],
  "require": {
    "cdma-numiscorner/shopware-admin-api-client": "*@dev"
  }
}
```

Then run `composer install`

### Manual Installation

[](#manual-installation)

Download the files and include `autoload.php`:

```
