shopware

Shopware Repository

Github星跟踪图

Shopware 5

Build Status
Crowdin
Scrutinizer Code Quality
Latest Stable Version
Total Downloads
Gitter

Overview

Shopware 5 collage

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

Visit the forum at http://forum.shopware.com/

Shopware Server Requirements

  • PHP 5.6.4 or above, PHP 7.1 or above strongly recommended
  • Apache 2.2 or 2.4
  • Apache's mod_rewrite module
  • MySQL 5.5.0 or above

Required PHP extensions:

  • ctype
  • curl
  • dom
  • hash
  • iconv
  • gd (with freetype and libjpeg)
  • json
  • mbstring
  • OpenSSL
  • session
  • SimpleXML
  • xml
  • zip
  • zlib
  • PDO/MySQL
  • fileinfo

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/shopware/shopware.git

In case you wish to contribute to Shopware, fork the 5.5 branch rather than cloning it, and create a pull request via Github. For further information please read the section "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.) An Ant Buildfile is used to set up the configuration and database connection:

cd build/
ant configure
ant build-unit

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.s3.shopware.com/test_images_since_5.1.zip

For older Shopware versions < 5.1

wget -O test_images.zip http://releases.s3.shopware.com/test_images.zip

Unzip the files inside the root directory:

unzip test_images.zip

You can now access your shop

Backend

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

The test_images.zip file includes thumbnails for the new responsive theme and the old deprecated template.

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

Get involved

Shopware is available under dual license (AGPL v3 and proprietary 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.

If you are not sure which license to use, or want more details about available licensing or the contribution agreements we offer, you can contact us at contact@shopware.com.

For more information about contributing to Shopware, please see CONTRIBUTING.md.

How to report bugs / request features?

We've always had a sympathetic ear for our community, so please feel free to submit tickets with bug reports or feature requests. In order to have a single issue tracking tool, we've decided to close the GitHub issue panel in favor of our Jira issue tracker, which is directly connected to our development division.

Copying / License

Shopware is distributed under a dual license (AGPL v3 and proprietary license). You can find the whole license text in the license.txt file.

Changelog

The changelog and all available commits are located under https://github.com/shopware/shopware.

Further reading

概览

名称与所有者shopware5/shopware
主编程语言PHP
编程语言PHP (语言数: 12)
平台
许可证Other
发布数155
最新版本名称v5.7.19 (发布于 2023-09-25 14:09:46)
第一版名称4.0.1 (发布于 )
创建于2012-09-05 05:32:50
推送于2024-04-24 19:40:46
最后一次提交
星数1.3k
关注者数137
派生数817
提交数20.6k
已启用问题?
问题数105
打开的问题数40
拉请求数243
打开的拉请求数3
关闭的拉请求数2318
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?
去到顶部