PHPackages                             genyaa/shopware-api-sdk - 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. genyaa/shopware-api-sdk

Abandoned → [sas/shopware-laravel-sdk](/?search=sas%2Fshopware-laravel-sdk)ArchivedLibrary[API Development](/categories/api)

genyaa/shopware-api-sdk
=======================

Laravel package for the shopware API.

v0.8.8(4y ago)36812MITPHPPHP ^8.0

Since Apr 28Pushed 4y ago2 watchersCompare

[ Source](https://github.com/GeNyaa/shopware-api-sdk)[ Packagist](https://packagist.org/packages/genyaa/shopware-api-sdk)[ RSS](/packages/genyaa-shopware-api-sdk/feed)WikiDiscussions main Synced today

READMEChangelog (10)Dependencies (7)Versions (17)Used By (0)

Laravel Shopware 6 API SDK
==========================

[](#laravel-shopware-6-api-sdk)

This package provides an SDK for Laravel to connect to Shopware 6 default API scheme.

This package is a WIP and will be updated on the main branch until stable.

How to setup
============

[](#how-to-setup)

Publish config file:

```
php artisan vendor:publish --provider="GeNyaa\ShopwareApiSdk\ShopwareApiSdkServiceProvider" --tag="config"
```

Initial client:

```
$client = app(\GeNyaa\ShopwareApiSdk\ShopwareApiClient::class);
```

Helper functions
================

[](#helper-functions)

### `shopwareCollect(string $resource, mixed $value = null)`

[](#shopwarecollectstring-resource-mixed-value--null)

Creates a resource collection of Resource(s).

Example usage:

```
use GeNyaa\ShopwareApiSdk\Dto\Resources\Category;

shopwareCollect(Category::class, []);
```

### `shopwareCustomFields(array $value = []): CustomFields`

[](#shopwarecustomfieldsarray-value---customfields)

Creates a CustomFields class from array.

Example usage:

```
shopwareCustomFields([
    'fieldName' => 'fieldValue',
]);
```

### `shopwareParameters(array $value = []): Parameters`

[](#shopwareparametersarray-value---parameters)

Creates a Parameters class from array.

Example usage:

```
shopwareParameters([
    'parameterName' => 'parameterValue',
]);
```

### `shopwareHeader(array $value = []): Header`

[](#shopwareheaderarray-value---header)

Creates a Header class from array.

Example usage:

```
shopwareHeader([
    'headerName' => 'headerValue',
]);
```

### `shopwareUuid(): string`

[](#shopwareuuid-string)

Generates a Uuid to Shopware spec.

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 97.6% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~4 days

Total

16

Last Release

1766d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/49b123e6634789edd9f5e8342a36effd43438df6d80b6a03a166de770ad0f040?d=identicon)[GeNyaa](/maintainers/GeNyaa)

---

Top Contributors

[![GeNyaa](https://avatars.githubusercontent.com/u/7524901?v=4)](https://github.com/GeNyaa "GeNyaa (41 commits)")[![dependabot-preview[bot]](https://avatars.githubusercontent.com/in/2141?v=4)](https://github.com/dependabot-preview[bot] "dependabot-preview[bot] (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/genyaa-shopware-api-sdk/health.svg)

```
[![Health](https://phpackages.com/badges/genyaa-shopware-api-sdk/health.svg)](https://phpackages.com/packages/genyaa-shopware-api-sdk)
```

###  Alternatives

[laravel/cashier-paddle

Cashier Paddle provides an expressive, fluent interface to Paddle's subscription billing services.

264778.4k3](/packages/laravel-cashier-paddle)[vluzrmos/slack-api

Wrapper for Slack.com WEB API.

102589.1k3](/packages/vluzrmos-slack-api)[ashallendesign/laravel-exchange-rates

A wrapper package for interacting with the exchangeratesapi.io API.

485677.8k](/packages/ashallendesign-laravel-exchange-rates)[smodav/mpesa

M-Pesa API implementation

16363.7k1](/packages/smodav-mpesa)[flarum/core

Delightfully simple forum software.

211.3M1.9k](/packages/flarum-core)[simplestats-io/laravel-client

Client for SimpleStats!

4515.5k](/packages/simplestats-io-laravel-client)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
