PHPackages                             modig/shopware-admin-api-bundle - 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. modig/shopware-admin-api-bundle

ActiveSymfony-bundle[API Development](/categories/api)

modig/shopware-admin-api-bundle
===============================

Shopware Admin API implementation

1.0.0(3y ago)03MITPHPPHP &gt;=7.4

Since Aug 2Pushed 3y ago5 watchersCompare

[ Source](https://github.com/Modig-Agency/Shopware6-Admin-Api-Symfony-Bundle)[ Packagist](https://packagist.org/packages/modig/shopware-admin-api-bundle)[ RSS](/packages/modig-shopware-admin-api-bundle/feed)WikiDiscussions main Synced 1mo ago

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

Shopware6-Admin-Api-Symfony-Bundle
==================================

[](#shopware6-admin-api-symfony-bundle)

A Symfony 5 bundle for Shopware 6 Admin API implementation

Examples
========

[](#examples)

```
// make a request to get a token for the admin api
$requestMessageFactory = new RequestMessageFactory();
$requestMessage = $requestMessageFactory->createTokenMessage([
    'host' => 'http://example.com',
    'clientId' => 's0pwar3ApiKey',
    'clientSecret' => 'sh0pwar3SecreTKey'
]);

$client = new ShopwareAdminClient();
$responseMessage = $client->send($requestMessage);
```

```
// make a request to get the list of sales channels domains
$requestMessageFactory = new RequestMessageFactory();
$requestMessage = $requestMessageFactory->createListMessage([
    'host' => 'http://example.com',
    'token' => 'shopwareSeCretT0keN',
    'entity' => 'sales-channel-domain'
]);

$client = new ShopwareAdminClient();
$responseMessage = $client->send($requestMessage);
```

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity47

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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

Unknown

Total

1

Last Release

1385d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/c3f7b8e3f924a9f729b1377485b261aa18c85aa3838ac97d0aa6b116fbc71f0d?d=identicon)[modig](/maintainers/modig)

---

Top Contributors

[![klau85](https://avatars.githubusercontent.com/u/4532047?v=4)](https://github.com/klau85 "klau85 (1 commits)")

### Embed Badge

![Health badge](/badges/modig-shopware-admin-api-bundle/health.svg)

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

###  Alternatives

[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.4k5.6M651](/packages/sylius-sylius)[cravler/maxmind-geoip-bundle

Bundle integrating MaxMind GeoIP2 database into symfony application

27615.8k2](/packages/cravler-maxmind-geoip-bundle)[sulu/headless-bundle

Bundle that provides controllers and services for using Sulu as headless content management system

55133.7k2](/packages/sulu-headless-bundle)

PHPackages © 2026

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