PHPackages                             shopware/shopware - 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. [Framework](/categories/framework)
4. /
5. shopware/shopware

ActiveProject[Framework](/categories/framework)

shopware/shopware
=================

Shopware 5 is an open source e-commerce software made in Germany

v5.7.20(11mo ago)1.3k746.6k↓39.5%786[1 issues](https://github.com/shopware5/shopware/issues)[8 PRs](https://github.com/shopware5/shopware/pulls)20AGPL-3.0PHPPHP ~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0CI passing

Since Jan 23Pushed 3mo ago120 watchersCompare

[ Source](https://github.com/shopware5/shopware)[ Packagist](https://packagist.org/packages/shopware/shopware)[ Docs](https://www.shopware.com)[ RSS](/packages/shopware-shopware/feed)WikiDiscussions 5.7 Synced 1mo ago

READMEChangelog (10)Dependencies (72)Versions (155)Used By (20)Security (33)

Shopware 5
==========

[](#shopware-5)

[![Build Status](https://github.com/shopware5/shopware/workflows/PHPUnit/badge.svg)](https://github.com/shopware5/shopware/workflows/PHPUnit/badge.svg)[![Crowdin](https://camo.githubusercontent.com/40501ab1278508aa1abe4b04c95e731ccc7f85b82bc7accd3e95af273cffe4ff/68747470733a2f2f64333232637174353834626f346f2e636c6f756466726f6e742e6e65742f73686f70776172652f6c6f63616c697a65642e737667)](https://crowdin.com/project/shopware)[![Latest Stable Version](https://camo.githubusercontent.com/f70a72786dfe18092e241a0ee0a999e4a7b7b83853662239eb2cf442221162f6/68747470733a2f2f706f7365722e707567782e6f72672f73686f70776172652f73686f70776172652f762f737461626c65)](https://packagist.org/packages/shopware/shopware)[![Total Downloads](https://camo.githubusercontent.com/e3a7dcace83dd9749dfbba243cff527ff91be4c95f744d4a5c345cacb065ec28/68747470733a2f2f706f7365722e707567782e6f72672f73686f70776172652f73686f70776172652f646f776e6c6f616473)](https://packagist.org/packages/shopware/shopware)[![Slack](https://camo.githubusercontent.com/a3676682eb01e4d941e3105d15a41cfd2f8f828fe1005ccbc87f66e2a91728df/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f636861742d6f6e253230736c61636b2d253233454342323245)](http://slack.shopware.com?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)

- **License**: GNU General Public License v3 (some used parts have different licenses, which can be found in the respective files or directories)
- **GitHub Repository**:
- **Issues**:

Overview
--------

[](#overview)

[![Shopware 5 collage](https://camo.githubusercontent.com/9a4da60d043b4d60cf79fa978f75e40ce6c3a05617bb314f3fbdd497af96c8fd/68747470733a2f2f6173736574732e73686f70776172652e636f6d2f6d656469612f6769746875622f73686f7077617265355f726561646d652e706e67)](https://camo.githubusercontent.com/9a4da60d043b4d60cf79fa978f75e40ce6c3a05617bb314f3fbdd497af96c8fd/68747470733a2f2f6173736574732e73686f70776172652e636f6d2f6d656469612f6769746875622f73686f7077617265355f726561646d652e706e67)

Shopware 5 is an open source e-commerce software made in Germany. Based on technologies like `Symfony 4`, `Doctrine 2` &amp; `Zend Framework` Shopware comes as the perfect platform for your e-commerce project. Furthermore, Shopware 5 provides an event-driven plugin system and an advanced hook system, giving you the ability to customize nearly every part of the platform.

---

### Shopware Server Requirements

[](#shopware-server-requirements)

- PHP 7.4.0 or above
- [Apache 2.2 or 2.4](https://httpd.apache.org/)
- Apache's `mod_rewrite` module
- MySQL 5.7.0 or above

#### Required PHP extensions:

[](#required-php-extensions)

- [ctype](https://php.net/manual/en/book.ctype.php)
- [curl](https://php.net/manual/en/book.curl.php)
- [dom](https://php.net/manual/en/book.dom.php)
- [filter](https://php.net/manual/en/book.filter.php)
- [hash](https://php.net/manual/en/book.hash.php)
- [iconv](https://php.net/manual/en/book.iconv.php)
- [gd](https://php.net/manual/en/book.image.php) (with freetype and libjpeg)
- [json](https://php.net/manual/en/book.json.php)
- [mbstring](https://php.net/manual/en/book.mbstring.php)
- [OpenSSL](https://php.net/manual/en/book.openssl.php)
- [session](https://php.net/manual/en/book.session.php)
- [SimpleXML](https://php.net/manual/en/book.simplexml.php)
- [xml](https://php.net/manual/en/book.xml.php)
- [zip](https://php.net/manual/en/book.zip.php)
- [zlib](https://php.net/manual/en/book.zlib.php)
- [PDO/MySQL](https://php.net/manual/en/ref.pdo-mysql.php)
- [fileinfo](https://php.net/manual/de/book.fileinfo.php)

### Installation via Git

[](#installation-via-git)

Follow the instruction below if you want to install Shopware 5 using Git.

1.) Clone the git repository to the desired location using:

```
git clone https://github.com/shopware5/shopware.git

```

In case you wish to contribute to Shopware, fork the `5.7` branch rather than cloning it, and create a pull request via GitHub. For further information please read the section ["Get involved"](#get-involved) of this document.

2.) Set the correct directory permissions:

```
chmod -R 755 custom/plugins
chmod -R 755 engine/Shopware/Plugins/Community
chmod -R 755 files
chmod -R 755 media
chmod -R 755 var
chmod -R 755 web

```

Depending on your server configuration, it might be necessary to set whole write permissions (777) to the files and folders above. You can also start testing with lower permissions due to security reasons (644 for example) as long as your PHP process can write to those files.

3.) A [Makefile](https://www.gnu.org/software/make/manual/make.html) may be used to set up the configuration and database connection:

- Copy `.env.dist` to `.env` and modify variables if needed
- `make init`

**Info regarding platform inter-compatibility**

The `Makefile` is intended to work with Linux and Mac systems alike which means that we're not able to use all features of modern GNU make. Some workarounds are in place because of this and place constraints on the functionality of this way to set up Shopware (there might be issues when using special characters inside the variables of the `.env` file). **The `Makefile` is therefore only to be used for testing and development setups** at the moment.

4.) Download the test images and extract them:

Go to the root directory of your shopware system and download the test images:

```
wget -O test_images.zip http://releases.shopware.com/test_images_since_5.1.zip

```

Unzip the files inside the root directory:

```
unzip test_images.zip

```

You can now access your shop. The test\_images.zip file also includes thumbnails for the responsive theme.

Backend
=======

[](#backend)

The backend is located at `/backend` example `http://your.shop.com/backend`. Backend Login: demo/demo

If you want to have full-featured demo data, you should download the respective demo data plugin in the First Run Wizard or in the Plugin Manager.

Frontend users in demo data
===========================

[](#frontend-users-in-demo-data)

- Customer:  / shopware
- B2B:  / mustermann

Get involved
============

[](#get-involved)

Shopware is available under GPL v3 license. If you want to contribute code (features or bugfixes), you have to create a pull request and include valid license information. You can either contribute your code under New BSD or MIT license.

If you want to contribute to the backend part of Shopware, and your changes affect or are based on ExtJS code, they must be licensed under GPL V3, as per license requirements from Sencha Inc.

For more information about contributing to Shopware, please see [CONTRIBUTING.md](CONTRIBUTING.md).

### How to report bugs / request features?

[](#how-to-report-bugs--request-features)

We've always had an ear for our community, so please feel free to submit issues with bug reports or feature requests. Just create a new issue [here](https://github.com/shopware5/shopware/issues) using the respective templates.

Copying / License
=================

[](#copying--license)

Shopware is distributed under the AGPL v3. You can find the whole license text in the [license.txt](license.txt) file.

Changelog
=========

[](#changelog)

The changelog and all available commits can be found [here](https://github.com/shopware5/shopware/releases).

Further reading
---------------

[](#further-reading)

- [Shopware Developer Documentation](https://developers.shopware.com/)
- [Shopware User Documentation](https://docs.shopware.com/en/shopware-5-en)
- [Shopware Community Forum](https://forum.shopware.com/c/shopware-5/7)
- [Shopware Store](https://store.shopware.com)

###  Health Score

72

—

ExcellentBetter than 100% of packages

Maintenance69

Regular maintenance activity

Popularity63

Solid adoption and visibility

Community54

Growing community involvement

Maturity94

Battle-tested with a long release history

 Bus Factor4

4 contributors hold 50%+ of commits

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

Recently: every ~241 days

Total

147

Last Release

77d ago

Major Versions

4.3.4 → v5.0.0-RC12015-03-18

4.3.6 → v5.0.0-RC22015-04-08

4.3.7 → v5.2.0-BETA12016-05-18

1.0.2 → v5.2.62016-08-29

1.0.8 → v5.2.172017-02-10

PHP version history (11 changes)4.2.0-rc.1PHP &gt;=5.3.2

v5.0.0-BETA1PHP &gt;=5.4.0

v5.2.0-BETA1PHP ^5.6.4||^7.0

v5.6.0-RC1PHP ^7.2

v5.7.0-RC1PHP ^7.3

v5.7.0-RC2PHP ^7.4

v5.7.3PHP ^7.4 || ^8.0

v5.7.4PHP ^7.4 || ~8.0.0

v5.7.7PHP ~7.4.0 || ~8.0.0 || ~8.1.0

v5.7.17-RC1PHP ~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0

5.7.x-devPHP ~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/7c45ef9077b73fce78afbfab2fa27e611a453dd77de003e2785ac84105d02bef?d=identicon)[shyim](/maintainers/shyim)

![](https://www.gravatar.com/avatar/66e9bb4e4fc1010046161b16bce3526aaac9a4208791a3f6fe15b236ed363a5f?d=identicon)[shopwareBot](/maintainers/shopwareBot)

![](https://www.gravatar.com/avatar/87bec78135aee2ab0f6ca5c7a0aae17966d8bfec3f873a81932fa65cf6621a20?d=identicon)[janbuecker](/maintainers/janbuecker)

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

---

Top Contributors

[![bcremer](https://avatars.githubusercontent.com/u/55820?v=4)](https://github.com/bcremer "bcremer (2697 commits)")[![soebbing](https://avatars.githubusercontent.com/u/174161?v=4)](https://github.com/soebbing "soebbing (1853 commits)")[![shyim](https://avatars.githubusercontent.com/u/6224096?v=4)](https://github.com/shyim "shyim (1577 commits)")[![mitelg](https://avatars.githubusercontent.com/u/6985627?v=4)](https://github.com/mitelg "mitelg (1096 commits)")[![OliverSkroblin](https://avatars.githubusercontent.com/u/1035358?v=4)](https://github.com/OliverSkroblin "OliverSkroblin (1003 commits)")[![janbuecker](https://avatars.githubusercontent.com/u/736986?v=4)](https://github.com/janbuecker "janbuecker (781 commits)")[![MarcelSchmaeing](https://avatars.githubusercontent.com/u/1038891?v=4)](https://github.com/MarcelSchmaeing "MarcelSchmaeing (663 commits)")[![Phil23](https://avatars.githubusercontent.com/u/2599065?v=4)](https://github.com/Phil23 "Phil23 (645 commits)")[![htkassner](https://avatars.githubusercontent.com/u/17738609?v=4)](https://github.com/htkassner "htkassner (284 commits)")[![philipreinken](https://avatars.githubusercontent.com/u/16081565?v=4)](https://github.com/philipreinken "philipreinken (224 commits)")[![PascalThesing](https://avatars.githubusercontent.com/u/14017436?v=4)](https://github.com/PascalThesing "PascalThesing (216 commits)")[![dnoegel](https://avatars.githubusercontent.com/u/1114384?v=4)](https://github.com/dnoegel "dnoegel (213 commits)")[![tobiasberge](https://avatars.githubusercontent.com/u/8480203?v=4)](https://github.com/tobiasberge "tobiasberge (172 commits)")[![jenskueper](https://avatars.githubusercontent.com/u/5471201?v=4)](https://github.com/jenskueper "jenskueper (132 commits)")[![DennisGarding](https://avatars.githubusercontent.com/u/11271248?v=4)](https://github.com/DennisGarding "DennisGarding (131 commits)")[![ndzoesch](https://avatars.githubusercontent.com/u/26064088?v=4)](https://github.com/ndzoesch "ndzoesch (116 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (95 commits)")[![King-of-Babylon](https://avatars.githubusercontent.com/u/31991012?v=4)](https://github.com/King-of-Babylon "King-of-Babylon (90 commits)")[![hlohaus](https://avatars.githubusercontent.com/u/983577?v=4)](https://github.com/hlohaus "hlohaus (88 commits)")[![taltholtmann](https://avatars.githubusercontent.com/u/20816234?v=4)](https://github.com/taltholtmann "taltholtmann (68 commits)")

---

Tags

ecommerceecommerce-platformhacktoberfestjavascriptphpshopshopwaresymfonyshopwareshop

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

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

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

###  Alternatives

[sylius/sylius

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

8.4k5.6M651](/packages/sylius-sylius)[ec-cube/ec-cube

EC-CUBE EC open platform.

78527.0k1](/packages/ec-cube-ec-cube)[shopware/platform

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

595.2M386](/packages/shopware-core)[contao/core-bundle

Contao Open Source CMS

1231.6M2.4k](/packages/contao-core-bundle)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.3M152](/packages/sulu-sulu)

PHPackages © 2026

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