PHPackages                             drumm3r/shopware-pwa - 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. drumm3r/shopware-pwa

ActiveShopware-platform-plugin

drumm3r/shopware-pwa
====================

Drumm3r's fork of Shopware PWA extension

v0.3.1(4y ago)027MITPHP

Since Jan 9Pushed 4y agoCompare

[ Source](https://github.com/Drumm3r/SwagShopwarePwa)[ Packagist](https://packagist.org/packages/drumm3r/shopware-pwa)[ RSS](/packages/drumm3r-shopware-pwa/feed)WikiDiscussions master Synced today

READMEChangelog (1)Dependencies (2)Versions (27)Used By (0)

Shopware PWA extension
======================

[](#shopware-pwa-extension)

Please pay attention! This is not the shopware-pwa Plugin created by Shopware AG. This is a fork of the plugin to fix some critical bugs.

This extension provides a collection of helper functions to integrate with the [shopware-pwa](https://github.com/DivanteLtd/shopware-pwa) client library.

In order to use this extension with Shopware 6, make sure you install the latest [available version](#versions) compatible with your Shopware version.

There is a [video on how to set up](https://drive.google.com/open?id=1ynpoWw9b7hljzkqzVv2JFDxTtgomyVg4) the extension correctly (please be aware that this applies to the old 6.1 version).

Table of content
----------------

[](#table-of-content)

- [Versions](#versions)
- [Setup](#setup)
- [Documentation](#documentation)
- [Tests](#tests)

Versions
--------

[](#versions)

Shopware VersionSwagShopwarePwa VersionPWA Version6.3.\*0.2.\*0.8.\*6.4.\*0.3.\*0.9.\*Setup
-----

[](#setup)

### Install extension

[](#install-extension)

There are two ways you can require the extension.

#### Composer

[](#composer)

Run

```
$ composer require shopware-pwa/shopware-pwa

```

within your Shopware installation directory. This will install a composer managed package of the extension. To use the latest version run

```
$ composer require shopware-pwa/shopware-pwa:dev-master

```

instead.

We recommend using this way of installing the extension, because it reduces the risk of having an outdated/incompatible dependency.

#### Manual

[](#manual)

Clone the repository into the local `plugins` directory of your Shopware installation.

```
$ git clone https://github.com/shopware/SwagShopwarePwa.git custom/plugins/SwagShopwarePwa

```

This will allow you to make changes and pull requests to this very repository, since you're using a local copy of the extension.

### Install extension

[](#install-extension-1)

Run the following commands in your Shopware root directory.

Refresh extension list

```
$ bin/console plugin:refresh
```

Install and activate the extension

```
$ bin/console plugin:install --activate SwagShopwarePwa
```

Clear the cache (sometimes invalidation is needed for the new routes to activate)

```
$ bin/console cache:clear
```

### Generate routes

[](#generate-routes)

Make sure you've created a sales channel and assigned SEO URL templates (either using the database or the administration panel).

Currently there are the following requirements: As headless sales channels don't support SEO URLs, you have to select a "storefront" sales channel as a base.

Refresh the index tables (containing the SEO URLs) manually

```
$ bin/console dal:refresh:index
```

Documentation
-------------

[](#documentation)

### Endpoints

[](#endpoints)

This extension adds multiple endpoints to both, the store and the admin API. All endpoints below accept `POST` requests.

**/store-api/pwa/page**

Resolves a given path to cms or product page and accepts include parameters to specifiy the fields contained in your response.

**/api/\_action/pwa/dump-bundles**

This endpoint is required to connect Shopware extensions with your PWA during the application build. It dumps your extensions metadata and configuration and PWA specific source files and delivers via a safe channel.

Tests
-----

[](#tests)

Tests are located in `src/Test` and configured in `phpunit.xml`.

In order to run the tests you have to set up the test database so that Shopware runs them with our extension enabled.

After the extension is installed in your shop, make sure you execute the follwing command (in the Shopware root directory) to dump the current configuration of your shop to the test-database (when using Docker, run it inside the container):

```
$ ./psh.phar init-test-databases
```

Then execute the following commands in the extension's root directory to run the test.

```
$ composer install
$ ../../../vendor/bin/phpunit
```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity57

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 80% 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 ~52 days

Recently: every ~80 days

Total

10

Last Release

1775d ago

### Community

Maintainers

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

---

Top Contributors

[![elkmod](https://avatars.githubusercontent.com/u/7780750?v=4)](https://github.com/elkmod "elkmod (52 commits)")[![Drumm3r](https://avatars.githubusercontent.com/u/35573506?v=4)](https://github.com/Drumm3r "Drumm3r (6 commits)")[![xeno010](https://avatars.githubusercontent.com/u/5448179?v=4)](https://github.com/xeno010 "xeno010 (3 commits)")[![bogdan-racz](https://avatars.githubusercontent.com/u/7119726?v=4)](https://github.com/bogdan-racz "bogdan-racz (2 commits)")[![jissereitsma](https://avatars.githubusercontent.com/u/7670482?v=4)](https://github.com/jissereitsma "jissereitsma (1 commits)")[![vafschoenenborn](https://avatars.githubusercontent.com/u/139948244?v=4)](https://github.com/vafschoenenborn "vafschoenenborn (1 commits)")

### Embed Badge

![Health badge](/badges/drumm3r-shopware-pwa/health.svg)

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

###  Alternatives

[shopware/production

178190.0k](/packages/shopware-production)[shopware/storefront

Storefront for Shopware

684.2M148](/packages/shopware-storefront)[kiener/mollie-payments-plugin

Mollie Payments

6257.6k](/packages/kiener-mollie-payments-plugin)[shopware/administration

Administration frontend for the Shopware Core

413.9M75](/packages/shopware-administration)[frosh/tools

Provides some basic things for managing the Shopware Installation

79709.7k2](/packages/frosh-tools)[adyen/adyen-shopware6

Official Shopware 6 Plugin to connect to Payment Service Provider Adyen

23111.2k](/packages/adyen-adyen-shopware6)

PHPackages © 2026

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