PHPackages                             weeshop/weeshop - 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. [DevOps &amp; Deployment](/categories/devops)
4. /
5. weeshop/weeshop

ActiveDrupal-profile[DevOps &amp; Deployment](/categories/devops)

weeshop/weeshop
===============

WeeShop 2.x installation profile

1.0.x-dev(4mo ago)380122126[8 issues](https://github.com/weeshop/WeeShop/issues)[1 PRs](https://github.com/weeshop/WeeShop/pulls)1GPL-2.0+PHP

Since Nov 23Pushed 4mo ago15 watchersCompare

[ Source](https://github.com/weeshop/WeeShop)[ Packagist](https://packagist.org/packages/weeshop/weeshop)[ Docs](https://www.drupal.org/project/weeshop)[ RSS](/packages/weeshop-weeshop/feed)WikiDiscussions 1.0.x Synced 4d ago

READMEChangelog (2)Dependencies (22)Versions (11)Used By (1)

[![WeeShop](https://avatars2.githubusercontent.com/u/50817500?s=400&u=4014b477b48c6c8a517a0231592a685e019ae807&v=4)](https://www.weeshop.org)

An E-commerce web system that based on Drupal Commerce

 WeeShop | QQ Group：714023327
-----------------------------

[](#-weeshop--qq-group714023327)

Thank you for watching：

- Add stars to our GitHub repository.
- [Create issue](https://github.com/weeshop/WeeShop/issues/new) to report any problem.

特性
--

[](#特性)

- 灵活的商品属性系统，可表达任意类型的商品，包括虚拟商品。
- 支持多仓库存管理，也支持不需要库存管理的商品。
- 灵活的结账过程，可以针对任意商品类型定制结账过程。
- 支持全球的物流信息对接，支持国内各大快递公司。
- 完备的多语言系统，支持全球100多种语言。
- 支持全球流行的各种支付手段，Paypal、支付宝、微信、银行卡等。
- 使用全文检索技术，可以选择使用各种流行的全文检索方案，如Apache solr等。
- 支持符合工业标准的 RESTFul 接口，可配置多种认证方式HTTP Basic、Oauth2.0 等，轻松进行移动应用开发。

快速体验
----

[](#快速体验)

#### 创建 WeeShop 工程

[](#创建-weeshop-工程)

本项目支持用 Composer 创建工程，使用下面的命令，会在当前目录下创建一个 `WeeShop` 目录，并在其中下载 WeeShop 相关的代码，包括它们的依赖：

```
composer create-project weeshop/weeshop-project WeeShop --stability dev --no-interaction -vvv
```

这条命令实际上是简单地下载 WeeShop 模板工程仓库 [weeshop/weeshop-project](https://github.com/weeshop/weeshop-project) 的代码， 并安装其所定义的 Composer 依赖，所以，实际上你也可以直接克隆该仓库，把它作为你新项目的起点。

#### 使用 Docker 镜像运行代码

[](#使用-docker-镜像运行代码)

本项目提供了预置的 Docker 镜像，并编排到了模板工程根目录的 `docker-compose.yml` 中。

如果不希望使用 docker 快速安装，也可以参考 [通过传统的手工方式安装](https://www.weeshop.org/user_guide/install.html)

先决条件：

- 确保本机 8080 端口没有被占用。这是因为 `docker-compose.yml` 中需要映射 Web 容器的 80 端口到物理机的 8080 端口。

```
# 启动 docker 容器
docker compose up -d
```

#### 安装方式一：使用图形界面

[](#安装方式一使用图形界面)

这时你可以访问 `http://localhost:8080`，打开图形安装界面根据提示输入信息进行安装：

- 主机: db
- 端口：3306
- 用户：root
- 密码：123
- 数据库：weeshop

#### 安装方式二：使用命令行

[](#安装方式二使用命令行)

如果你喜欢用命令行的方式，你可以使用下面的命令行来安装

```
# 进入 docker 容器
docker compose exec web bash

# 进入容器后，在容器内继续运行下面的命令
chmod u+w /app/web/sites/default && \
cd /app && \
vendor/bin/drush site:install weeshop \
install_configure_form.enable_update_status_emails=NULL \
install_configure_form.demo_content=0 \
--db-url=mysql://root:123@db:3306/drupal \
--locale=en \
--site-name='WeeShop' \
--site-mail='164713332@qq.com' \
--site-pass=ekpass \
--account-name=admin \
--account-mail=164713332@qq.com \
--account-pass=ekpass
vendor/bin/drush locale:check && \
vendor/bin/drush locale:update
```

浏览器访问 `http://localhost:8080`，开始体验吧！

#### 登录管理后台

[](#登录管理后台)

安装完成后，通过 `http://localhost:8080/user/login` 登录后台。

重要 issues
---------

[](#重要-issues)

- 订单打印 [\#2831952](https://www.drupal.org/project/commerce/issues/2831952)

Modules pending for Drupal 10 upgrade
-------------------------------------

[](#modules-pending-for-drupal-10-upgrade)

Pending in dev branch:

- adminimal\_admin\_toolbar

Waiting:

- migrate\_manifest

[粤ICP备18006542号-1](http://www.beian.miit.gov.cn)

###  Health Score

48

—

FairBetter than 94% of packages

Maintenance77

Regular maintenance activity

Popularity33

Limited adoption so far

Community24

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 50.7% 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 ~224 days

Recently: every ~470 days

Total

11

Last Release

120d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/0a7268cd204e8d2d26216dfb27b6700329396c161f94a36e4a3696f3ff860ae3?d=identicon)[canvaskent](/maintainers/canvaskent)

---

Top Contributors

[![solody](https://avatars.githubusercontent.com/u/12061310?v=4)](https://github.com/solody "solody (181 commits)")[![canvaskent](https://avatars.githubusercontent.com/u/5773310?v=4)](https://github.com/canvaskent "canvaskent (175 commits)")[![wangyedong66](https://avatars.githubusercontent.com/u/25975256?v=4)](https://github.com/wangyedong66 "wangyedong66 (1 commits)")

---

Tags

commercedockerdrupallaravelphpshopsymfonywechat

### Embed Badge

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

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

###  Alternatives

[voidagency/vactory_starter_kit

Vactory is a custom Drupal profile which is developed and released by VOID Agency.

1019.7k](/packages/voidagency-vactory-starter-kit)[thunder/thunder-distribution

The thunder distribution

50634.8k3](/packages/thunder-thunder-distribution)[farmos/farmos

A web-based farm record keeping application.

1.2k6.7k1](/packages/farmos-farmos)[drupalwxt/wxt

Project template for Drupal 10 sites built with the WxT distribution.

29159.8k8](/packages/drupalwxt-wxt)[govcms/govcms

GovCMS Drupal Distribution

18997.1k3](/packages/govcms-govcms)[acquia/df

A framework for demoing enterprise-ready Drupal solutions.

2038.4k](/packages/acquia-df)

PHPackages © 2026

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