PHPackages                             rogergerecke/shopware-6-php-swagger-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. rogergerecke/shopware-6-php-swagger-client

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

rogergerecke/shopware-6-php-swagger-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.0.x-dev(4y ago)01[2 PRs](https://github.com/rogergerecke/shopware-6-php-swagger-client/pulls)unlicensePHPPHP ^7.3 || ^8.0

Since Jan 27Pushed 3y ago1 watchersCompare

[ Source](https://github.com/rogergerecke/shopware-6-php-swagger-client)[ Packagist](https://packagist.org/packages/rogergerecke/shopware-6-php-swagger-client)[ Docs](https://openapi-generator.tech)[ RSS](/packages/rogergerecke-shopware-6-php-swagger-client/feed)WikiDiscussions main Synced 1mo ago

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

OpenAPIClient-php Shopware 6.4.8.0
==================================

[](#openapiclient-php-shopware-6480)

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.4 and later. Should also work with PHP 8.0 but has not been tested.

### Composer

[](#composer)

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

```
{
  "repositories": [
    {
      "type": "vcs",
      "url": "https://github.com/rogergerecke/shopware-6-php-swagger-client.git"
    }
  ],
  "require": {
    "rogergerecke/shopware-6-php-swagger-client": "dev-main"
  }
}
```

Then run `composer install`

### Manual Installation

[](#manual-installation)

Download the files and include `autoload.php`:

```
