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

ActiveShopware-platform-plugin[API Development](/categories/api)

shopware-pwa-6.5/shopware-pwa-6.5
=================================

Shopware PWA extension

v0.3.3(3y ago)0155MITPHP

Since Apr 18Pushed 3y agoCompare

[ Source](https://github.com/khanhle-nfq/SwagShopwarePwa)[ Packagist](https://packagist.org/packages/shopware-pwa-6.5/shopware-pwa-6.5)[ RSS](/packages/shopware-pwa-65-shopware-pwa-65/feed)WikiDiscussions master Synced 1mo ago

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

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

[](#shopware-pwa-extension)

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

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity35

Early-stage or recently created project

 Bus Factor1

Top contributor holds 78.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

Unknown

Total

1

Last Release

1121d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/3750a3eafb63c190b3c561f1b0e54efb51c24b6e34565cb14f5401a3aadd72a6?d=identicon)[khanhle-nfq](/maintainers/khanhle-nfq)

---

Top Contributors

[![elkmod](https://avatars.githubusercontent.com/u/7780750?v=4)](https://github.com/elkmod "elkmod (55 commits)")[![khanhle-nfq](https://avatars.githubusercontent.com/u/108442798?v=4)](https://github.com/khanhle-nfq "khanhle-nfq (4 commits)")[![xeno010](https://avatars.githubusercontent.com/u/5448179?v=4)](https://github.com/xeno010 "xeno010 (3 commits)")[![rittou](https://avatars.githubusercontent.com/u/85224631?v=4)](https://github.com/rittou "rittou (2 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)")[![Drumm3r](https://avatars.githubusercontent.com/u/35573506?v=4)](https://github.com/Drumm3r "Drumm3r (1 commits)")[![mkucmus](https://avatars.githubusercontent.com/u/5596960?v=4)](https://github.com/mkucmus "mkucmus (1 commits)")[![vafschoenenborn](https://avatars.githubusercontent.com/u/139948244?v=4)](https://github.com/vafschoenenborn "vafschoenenborn (1 commits)")

### Embed Badge

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

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

###  Alternatives

[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M272](/packages/twilio-sdk)[shopware/production

178190.0k](/packages/shopware-production)[kiener/mollie-payments-plugin

Mollie Payments

6257.6k](/packages/kiener-mollie-payments-plugin)[adyen/adyen-shopware6

Official Shopware 6 Plugin to connect to Payment Service Provider Adyen

23111.2k](/packages/adyen-adyen-shopware6)[werkstattl/openblogware

OpenBlogware: A Blog Module for Shopware 6.

415.7k](/packages/werkstattl-openblogware)[unzerdev/shopware6

Unzer payment integration for Shopware 6

1125.6k](/packages/unzerdev-shopware6)

PHPackages © 2026

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