PHPackages                             hongyukeji/ebestmall - 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. hongyukeji/ebestmall

ActiveProject[Framework](/categories/framework)

hongyukeji/ebestmall
====================

eBestMall Advanced Project Template

1.0.0(8y ago)10016934BSD-3-ClausePHP &gt;=5.4.0

Since Jul 17Pushed 7y ago17 watchersCompare

[ Source](https://github.com/hongyukeji/eBestMall)[ Packagist](https://packagist.org/packages/hongyukeji/ebestmall)[ Docs](http://www.ebestmall.com/)[ RSS](/packages/hongyukeji-ebestmall/feed)WikiDiscussions master Synced yesterday

READMEChangelog (1)Dependencies (8)Versions (4)Used By (0)

eBestMall - B2B2C商城系统
=====================

[](#ebestmall---b2b2c商城系统)

> eBestMall是基于Laravel5.5LTS企业级PHP框架开发的B2B2C现代一体化电商平台系统。采用最前沿的Web技术和UI界面设计，彰显鸿宇团队的用心。同时是国内电子商务系统及服务解决方案新创品牌。为传统企业及创业者提供零售网店系统、网上商城系统、分销系统、B2B2C商城系统、微信分销系统、行业ERP等产品和解决方案。

[![Total Downloads](https://camo.githubusercontent.com/e05a4eb28d3a06896d71cdfd9a63de14e8774cce9b18fd557fadc143a0fcba9c/68747470733a2f2f706f7365722e707567782e6f72672f686f6e6779756b656a692f65626573746d616c6c2f642f746f74616c2e737667)](https://packagist.org/packages/hongyukeji/ebestmall)[![Latest Stable Version](https://camo.githubusercontent.com/80b251e1eda8bd5a07e8c6bc5c1d7a8176cdf3c573bbb27819a29bc14181a9b0/68747470733a2f2f706f7365722e707567782e6f72672f686f6e6779756b656a692f65626573746d616c6c2f762f737461626c652e737667)](https://packagist.org/packages/hongyukeji/ebestmall)[![License](https://camo.githubusercontent.com/3fb6170518fc817c96224562a091a929504561639931e5e298dfdd6482670f8a/68747470733a2f2f706f7365722e707567782e6f72672f686f6e6779756b656a692f65626573746d616c6c2f6c6963656e73652e737667)](https://packagist.org/packages/hongyukeji/ebestmall)

功能介绍
----

[](#功能介绍)

名称进度内容备注优惠券进行中撰写中无秒杀进行中撰写中无拼团进行中撰写中无众筹进行中撰写中无拍卖进行中撰写中无预售进行中撰写中无团购进行中撰写中无本地生活进行中撰写中无商品主图视频功能进行中撰写中无商家地图定位功能进行中撰写中无云采购商品批发功能进行中撰写中无安装与更新
-----

[](#安装与更新)

```
# 稳定版：
$ composer create-project hongyukeji/ebestmall ebestmall

# 开发版：
$ composer create-project hongyukeji/ebestmall ebestmall dev-master

# 更新
$ composer update

```

运行环境
----

[](#运行环境)

- Yii版本：&gt;= 2.0
- PHP版本：&gt;= 5.4
- MySQL版本：&gt;= 5.1

系统开发
----

[](#系统开发)

- 公司名称：鸿宇科技有限公司
- 公司官网：[www.hongyuvip.com](http://www.hongyuvip.com)
- 系统演示：[www.ebestmall.com](http://www.ebestmall.com)
- 系统框架：Yii2.0
- 核心技术：PHP7、Html5、Css3、JavaScript ES6、jQuery、Ajax、MySQL、VueJS、Bootstrap
- 开发工具：PhpStorm、Navicat for MySQL
- 开发团队：Shadow（项目总监）、Spider（代码审计）、Free(数据库建模)、Wind（PHP后端开发）、Flower（前端UI设计）、Boy(Html5前端开发)
- 特别鸣谢：感谢所有支持鸿宇团队的朋友！

系统维护
----

[](#系统维护)

- 作者：鸿宇科技
- QQ：[1527200768](http://wpa.qq.com/msgrd?V=1&uin=1527200768&Menu=yes)
- 手机号：13952101395
- Email：
- QQ交流群：[90664526](http://shang.qq.com/wpa/qunwpa?idkey=a3e498d7d3329615c9b3d1dbbbc50e43fa80b39e93a1ae78f1fb0a268f3a0476)

目录结构
----

[](#目录结构)

```
assets/             包含资产定义
commands/           包含控制台命令（控制器）
config/             包含应用程序配置
controllers/        包含web控制器类
mail/               包含电子邮件的查看文件
models/             包含模型类
runtime/            包含运行时生成的文件
services/           包含业务逻辑层的文件
tests/              包含基本应用程序的各种测试
vendor/             包含依赖的第三方包
views/              包含Web应用程序的视图文件
web/                包含入口脚本和Web资源

```

伪静态
---

[](#伪静态)

>

- Apache

> Apache 伪静态文件，默认生成在 web/.htaccess

```
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . index.php

```

- Nginx

> 如果是Nginx服务器，修改nginx/conf/nginx.conf，在当前"server{}"的"location / {}"中添加下面内容：

```
location / {
    try_files $uri $uri/ /index.php$is_args$args;
}

```

###  Health Score

33

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity28

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity60

Established project with proven stability

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

Total

3

Last Release

3014d ago

Major Versions

0.1.0 → 1.0.02018-03-31

### Community

Maintainers

![](https://www.gravatar.com/avatar/484917e0c99c9779961352578c18bae13504567d6ec43cc3c594b3e447aad436?d=identicon)[hongyukeji](/maintainers/hongyukeji)

---

Tags

ebestmallhongyuhongyukejihongyushop

### Embed Badge

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

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

###  Alternatives

[yiisoft/yii2-apidoc

API Documentation generator for the Yii framework 2.0

260712.7k31](/packages/yiisoft-yii2-apidoc)[skeeks/cms

SkeekS CMS — control panel and tools based on php framework Yii2

13725.7k53](/packages/skeeks-cms)[nenad/yii2-advanced-template

Improved Yii 2 Advanced Application Template By Nenad Zivkovic

9111.1k](/packages/nenad-yii2-advanced-template)[yeesoft/yii2-yee-cms

Yee CMS Based on Yii 2 Advanced Project Template

1464.0k](/packages/yeesoft-yii2-yee-cms)

PHPackages © 2026

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