Shopware Community Edition
PHP based open source e-commerce software made in Germany.
PHP based open source e-commerce software made in Germany.
<div align="center">
[](https://github.com/shopware/shopware/actions/workflows/nightly.yml?query=event%3Aschedule+branch%3Atrunk)
[](https://scrutinizer-ci.com/g/shopware/platform/)
[](https://packagist.org/packages/shopware/platform)
[](https://packagist.org/packages/shopware/platform)
[](https://translate.shopware.com/project/shopware6)
[](https://github.com/shopware/shopware/blob/trunk/LICENSE)
[](https://github.com/shopware/shopware/pulls)
[](https://chat.shopware.com/?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
</div>
<p align="center">
<a href="https://shopware.com" target="_blank" rel="noopener noreferrer">
<img width="250" src="https://images.ctfassets.net/nqzs8zsepqpi/34zKqvPxTYtsQppJpgC9It/3b6901d9ba7082d5b4081d7171b268bf/composable-customer-experience-illustration.png" alt="Shopware logo surrounded with images of people and screenshots of Shopware">
</a>
</p>
<h1 align="center">Shopware</h1>
<p align="center"><strong>Modern open source e-Commerce</strong>
Shopware 6 is an open headless commerce platform powered by [Symfony 7](https://symfony.com) and [Vue.js 3](https://vuejs.org) that is used by thousands of shops and supported by a huge, [worldwide community](https://chat.shopware.com/) of developers, agencies, and merchants.
If you like Shopware 6, give us a ⭐️ on GitHub!
* 🙋♂️ [Be part of shopware!](https://www.shopware.com/en/jobs/) We are hiring! 🙋
* 🌎 Discover our [website](https://www.shopware.com/en/)
* 🧩 Browse more than [3,100 extensions](https://store.shopware.com/en/) in our community store
* 📖 Learn how to [develop extensions](https://developer.shopware.com) and everything else about the tech behind Shopware via our developer docs.
* 🉐 [Translate](https://translate.shopware.com) Shopware or help by contributing to existing languages
* 🛠 [Report bugs](https://github.com/shopware/shopware/issues) in our issue tracker
* 💡 Give us [feedback](https://feedback.shopware.com/) or vote existing ideas
* 👪 Exchange with other Shopware developers in our own [Community Hub](https://hub.shopware.com/) or the [Discord community](https://chat.shopware.com/)
* 🗨 Help and get helped on [Stack Overflow](https://stackoverflow.com/questions/tagged/shopware6?tab=Newest) or in our [Community forum](https://forum.shopware.com/)
## Table of contents
- [Table of contents](#table-of-contents)
- [Project overview](#project-overview)
- [Platform and Framework](#platform-and-framework)
- [Installation](#installation)
- [Production setup](#production-setup)
- [Code Contribution](#code-contribution)
- [Contribution setup](#contribution-setup)
- [The Shopware CLA](#the-shopware-cla)
- [Authors \& Contributors](#authors--contributors)
- [License](#license)
- [Bugs \& Feedback](#bugs--feedback)
- [Reporting security issues](#reporting-security-issues)
- [Extending Shopware](#extending-shopware)
## Project overview
To discover the features of Shopware and what sets us apart from other ecommerce systems, take the [feature tour](https://www.shopware.com/en/products/product-tour/) on the Shopware home page.
From a developer's perspective, here are some highlights that make Shopware easy and fun to work with:
### Platform and Framework
Shopware is primarily based on [Symfony](https://symfony.com/what-is-symfony) and [Vue.js](https://vuejs.org/).
It is a fully functional ecommerce platform, but it also serves as an **ecommerce framework**.
Shopware is:
- a ready-to-use [shopping cart system](https://docs.shopware.com/en/shopware-6-en/getting-started).
- a vendor dependency in your [flex project](https://developer.shopware.com/docs/guides/installation/template).
- [API-first](https://developer.shopware.com/docs/guides/integrations-api).
- [extensible through plugins](https://developer.shopware.com/docs/guides/plugins/plugins/plugin-base-guide):
- Harness the full power of Symfony by creating bundles and loading them as part of the application.
- [extensible through apps](https://developer.shopware.com/docs/guides/plugins/apps/app-base-guide):
- A modern, lightweight but powerful way to add functionality, requiring very little Shopware-specific knowledge.
- headless if you need it to be.
## Installation
### Production setup
The easiest way to run a Shopware shop is by booking a commercial plan in the [Shopware cloud](https://www.shopware.com/en/shopware-cloud/), a fully managed setup, ready to use.
The recommended way for on-premise shops is to install Shopware [through the flex template](https://developer.shopware.com/docs/guides/installation/template).
To unlock the full potential Shopware has to offer, [commercial plans](https://www.shopware.com/en/pricing/) are also available for on-premise.
These plans enrich your shop with unique functionality, giving you an additional advantage over your competition.
There is a list of [hosting partners](https://www.shopware.com/en/partner/hosting/), who offer a pre-installed shop, making your start a lot faster.
We also provide a [web-based installer](https://www.shopware.com/en/download/), [installation instructions](https://developer.shopware.com/docs/guides/installation/) on docs, and the [course](https://hub.shopware.com/learn/course/shopware-setup) walks you through the necessary steps.
### Code Contribution
If you have decided to contribute code to Shopware and become a member of the Shopware community,
We appreciate your hard work and want to handle it with much respect.
To ensure the quality of our code and our products, we have created a guideline that we all should endorse.
It helps us collaborate with you.
Following these guidelines will help us integrate your changes into our daily workflow effectively.
Read more in [our contribution guideline](https://docs.shopware.com/en/shopware-platform-dev-en/contribution/contribution-guideline) on how to contribute code.
#### Contribution setup
For Contributing setup see [CONTRIBUTING.md](CONTRIBUTING.md). If you want to run Shopware locally for extension/theme/project development, check out the [development environment setup](https://developer.shopware.com/docs/guides/installation/setups/docker.html).
## The Shopware CLA
When submitting your code to Shopware, you are required to sign our CLA (Contributor License Agreement) automatically.
This CLA ensures that Shopware will stay an open and living product.
In short, you give the explicit right to use your code in Shopware to shopware AG.
## Authors & Contributors
Shopware is built with the help of our community.
You can find an overview of everyone who contributed to the platform repository in the [official GitHub overview](https://github.com/shopware/shopware/graphs/contributors).
Additionally, numerous people contribute to the ecosystem through activities unrelated to the codebase.
Thank you all for being part of this!
## License
Shopware 6 is completely free and released under the [MIT License](LICENSE).
## Bugs & Feedback
No software is perfect, and Shopware is no exception.
Should you spot a bug, please report it in our [issue tracker](https://github.com/shopware/shopware/issues).
If you want to suggest features or how certain parts of Shopware 6 work, we'd be happy to [hear from you](https://feedback.shopware.com/).
## Reporting security issues
Please review our [security policy](SECURITY.md).
### Extending Shopware
There are already a lot of extensions available in the [Shopware store](https://store.shopware.com/).
After setting up [Shopware locally for development](https://developer.shopware.com/docs/guides/installation), you can start with our extension guides in the documentation.
The preferred way of extending Shopware is through the [App System](https://developer.shopware.com/docs/guides/plugins/apps/app-base-guide).
If the feature you want to implement needs direct access to the Shopware process and the database, you can also use the [plugin system](https://developer.shopware.com/docs/guides/plugins/plugins/plugin-base-guide).
You can find an [overview and differentiation in the documentation](https://developer.shopware.com/docs/concepts/extensions).
Leading Laravel open source e-commerce framework with multi-inventory sources, taxation, localization, dropshipping and more exciting features.
Open Source Point of Sale is a web based point of sale system.
S-Cart is a free e-commerce website project for individuals and businesses, built on top of Laravel Framework.
Symfony2 powered open source full-stack platform for eCommerce.