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

ActiveLibrary

lmadev/shopware-api
===================

Vendor library for connection with Api Shopware.

2.1.7(6y ago)013MITPHPPHP &gt;=7.1.3CI failing

Since Aug 8Pushed 6y ago1 watchersCompare

[ Source](https://github.com/lmadev/ShopwareApi)[ Packagist](https://packagist.org/packages/lmadev/shopware-api)[ RSS](/packages/lmadev-shopware-api/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (10)Dependencies (2)Versions (11)Used By (0)

SYMFONY SHOPWARE CONNECTION API BUNDLE
======================================

[](#symfony-shopware-connection-api-bundle)

Vendor library for connection with Api Shopware 5.x platform.

Requirements
------------

[](#requirements)

- Shopware 5.x or higher
- PHP 7.1.3 or higher

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

[](#installation)

Download the plugin from the release page and enable it in shopware.

Usage
-----

[](#usage)

Update your `services.yaml` in your /config directory and fill in your own values

```
parameters:
    lma_dev.shopware_api.user: {user}
    lma_dev.shopware_api.api_key: {api_key}
    lma_dev.shopware_api.shop_url: https://example.dev/api
services:
    # default configuration for services in *this* file
    LmaDev\ShopwareApi\ConnectionApi:
            bind:
                string $baseUri: '%lma_dev.shopware_api.shop_uri%'
                string $user: '%lma_dev.shopware_api.user%'
                string $apiKey: '%lma_dev.shopware_api.api_key%'

```

How to use
----------

[](#how-to-use)

You can bet from your store's APi by calling the following methods:

- get
- post
- put
- delete

Contributing
------------

[](#contributing)

Feel free to fork and send pull requests!

Licence
-------

[](#licence)

This project uses the MIT License.

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity60

Established project with proven stability

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 ~5 days

Total

10

Last Release

2422d ago

Major Versions

1.0.0 → 2.0.12019-08-30

### Community

Maintainers

![](https://www.gravatar.com/avatar/3c5b896623e71b7cde4c29f8c34566697acd5631a641e1db70e8c17783950de0?d=identicon)[lma](/maintainers/lma)

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[neuron-core/neuron-ai

The PHP Agentic Framework.

1.8k245.3k21](/packages/neuron-core-neuron-ai)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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