1.6K Star 16K Fork 4.9K

GVP众邦科技/CRMEB开源商城系统

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
Apache-2.0

CRMEB开源商城系统(PHP版)

用心做开源,我们也很需要你的鼓励!右上角Star🌟,等你点亮


📝 项目介绍

开源自由

CRMEB开源商城系统代码100%开源,基于 Apache-2.0协议 免费商用,无任何隐藏费用或功能限制,真正实现“零成本”部署与二次开发自由!

技术架构

采用 ThinkPHP 6 + ElementUI + UniApp 技术栈,前后端分离设计,支持模块化开发与高效维护。前端适配微信小程序、H5、APP、PC等多端,后端统一管理全平台数据,保障流畅体验与高并发性能。

全场景覆盖

无缝对接公众号、小程序、H5、APP、PC端,数据实时互通,助力商家一站式运营多渠道业务,满足全场景电商需求。

原生营销引擎

内置 20+核心营销模块(拼团、砍价、秒杀、优惠券、积分体系、直播带货、付费会员、等级会员、用户充值、分销裂变、渠道码、新人礼等),支持零插件自定义活动规则。通过 首页DIY功能 ,商家可拖拽式设计商城首页,无需技术背景即可快速搭建高转化场景,实现「所见即所得」的运营效率。

社区共建计划

我们致力于打造开发者友好生态,开放源码、持续更新功能模块,并欢迎开发者提交优化建议或贡献代码。通过共享技术成果,降低行业重复造轮子成本,推动开源电商系统的可持续发展。

🔗 功能列表 | 📩 提交反馈 | 📩 提交代码


🫧 技术特点

关于二开:
1.代码规范:遵循PSR-2命名规范、Restful标准接口、代码严格分层、注释齐全、统一错误码;
2.权限管理:内置强大灵活的权限管理,可以控制到每一个菜单;
3.开发配置:低代码增加配置、系统组合数据模块;
4.代码生成:快速生成后台菜单、页面,快速实现增删改查;
5.定时任务:系统内置10中定时任务,还有自定义任务,可以自行设置执行周期,执行代码,完美兼容;
6.系统事件:埋入30+系统事件锚点,可在后台页面进行事件添加;
7.在线编辑:可以在后台对系统的代码进行编辑修改操作,不用登录服务器去修改代码文件,方便快捷;
8.接口管理:后台页面可以看到系统中所有的接口数据,并且可以在线调试接口;
9.二开效率:应用form-builder PHP可以快速生成表单;
10.快速上手:后台接口管理、后台数据库字典、系统文件管理备注、代码注释、一键安装;
性能与拓展:
1.系统安全:系统操作日志、系统生产日志、文件校验、数据备份;
2.高性能:支持Redis缓存、队列、长连接、多种云储存、支持集群部署;
3.多语言:支持自动识别浏览器多语言展示;
4.驱动扩展:支持多种支付方式、多种短信、多种云储存等;
5.云存储:云存储支持图片和视频的远程云存储,支持阿里云,腾讯云,七牛云,京东云,天翼云,华为云
6.一号通:通用的第三方扩展,支持短信,物流查询,电子面单,电子发票,商品采集,商家寄件

📖 系统功能

输入图片说明


📖 UI界面展示

输入图片说明


📖 后台界面展示

输入图片说明


📱 系统演示

输入图片说明

管理后台: http://v5.crmeb.net/admin

账号:demo 密码:crmeb.com

H5端:http://v5.crmeb.net/ (移动端打开)

PC端:http://v5.crmeb.net/ (电脑端打开)

APP下载:http://app.crmeb.cn/bzv (苹果手机直接在APP Store里搜索CRMEB下载)

听说,大神你想看看CRMEB开源项目的完整框架?戳这儿,轻松获取!


🔐 运行环境

运行环境 要求
操作系统 Linux / Windows
WEB 服务 Nginx / Apache / IIS
PHP 版本 PHP 7.1 ~ 7.4
数据库 MySQL 5.7 ~ 8.0(引擎:InnoDB)
缓存 Redis(可选,不安装则使用文件缓存)
管理器 Supervisor(用于管理消息队列)
推荐工具 宝塔面板(简单易用)
云服务器 阿里云 ECS / 腾讯云 CVM / 京东云ECS
开放端口 80, 21, 8888, 888, 443, 3306, 6379(授权对象:0.0.0.0/0
PHP 扩展 fileinfo(可选)、redis(可选)
禁用函数 proc_open, pcntl_signal, pcntl_signal_dispatch, pcntl_fork, pcntl_wait, pcntl_alarm
消息队列 运行命令:php think queue:listen --queue (使用Supervisor)
长连接 运行命令:sudo -u www php think workerman start --d (命令行执行)
定时任务 运行命令:php think timer start --d (命令行执行)

温馨提示:虚拟空间不支持,推荐使用bt宝塔面板,服务器推荐京东云服务器:注册即享6.5折专属优惠,点我领取!


📺 开发环境及使用技术

开发环境:

工具 版本 下载链接
PHP 7.1-7.4 PHP 官方下载
MySQL 5.7 MySQL 官网
Redis 7.0 Redis 官网
Nginx 1.22 Nginx 官网
Apache 2.4 Apache HTTP Server
Node.js 14/18 Node.js LTS 版本

后端技术栈

技术 名称 网址
php扩展库 PHP 基础运行环境,JSON 数据处理,高精度数学计算等 https://www.php.net/
topthink ThinkPHP 视图模板引擎,验证码生成组件,队列任务支持,数据库迁移工具 https://www.thinkphp.cn/
overtrue 微信生态开发(公众号/小程序/支付) https://github.com/w7corp/easywechat
php-jwt JWT 令牌生成与验证 https://github.com/firebase/php-jwt
var-dumper 调试输出工具(格式化变量) https://symfony.com/doc/current/components/var_dumper.html
phpoffice 文件处理 https://github.com/PHPOffice/PhpSpreadsheet
guzzlehttp|psr7 HTTP 客户端库,PSR-7 HTTP 消息接口实现 https://guzzle-cn.readthedocs.io/zh-cn/latest
form-builder 快速构建表单的 UI 工具 https://form-create.com
workerman 高性能 Socket 服务器框架,定时任务调度 https://www.workerman.net

移动端技术栈

技术 名称 官网
uniapp 跨端框架 https://uniapp.dcloud.net.cn/
vuex 状态管理库 https://vuex.vuejs.org/
socket WebSocket通信 https://socket.io/
dayjs 时间处理库 https://day.js.org/
animate CSS动画库 https://animate.style/
easy-loadimage 图片懒加载 https://github.com/TSjianjiao/easy-loadimage

Admin端技术栈

技术 名称 官网
vue2 Vue框架 https://v2.vuejs.org/
vuex 状态管理库 https://vuex.vuejs.org/
element-ui UI框架 https://element.eleme.io/
axios HTTP客户端 https://axios-http.com/
vxe-table 高级表格组件 https://vxetable.cn/
wangeditor 富文本编辑器 https://www.wangeditor.com/
qs 查询字符串解析 https://github.com/ljharb/qs
xlsx Excel处理库 https://sheetjs.com/
sass CSS预处理器 https://sass-lang.com/
prettier 代码格式化 https://prettier.io/
v-viewer 图片查看器 https://github.com/mirari/v-viewer

PC端技术栈

技术 名称 官网
nuxt Vue服务端渲染框架 https://nuxtjs.org/
element UI框架 https://element.eleme.io/
axios HTTP客户端 https://axios-http.com/
sass CSS预处理器 https://sass-lang.com/
cookie-universal-nuxt Nuxt Cookie处理 https://github.com/microcipcip/cookie-universal
postcss CSS转换工具 https://postcss.org/
qs 查询字符串解析 https://github.com/ljharb/qs

想要快速安装,教程来助攻!

快速一键安装部署:https://doc.crmeb.com/single_open/open_v54/20366

手动配置安装:https://doc.crmeb.com/single_open/open_v54/20389

docker-compose一键部署:https://doc.crmeb.com/single_open/open_v54/20145

宝塔环境一键安装:https://doc.crmeb.com/single_open/open_v54/19892

二开支持:

使用文档:https://doc.crmeb.com/single_open/open_v54/19849

接口文档:https://doc.crmeb.com/single_open/open_v54/21040

数据字典:https://doc.crmeb.com/single_open/open_v54/20136

代码生成:https://doc.crmeb.com/single_open/open_v54/20135

二开文档:https://doc.crmeb.com/single_open/open_v54/19851

视频教程:https://www.bilibili.com/video/BV1kh4y1872K/

技术社区:https://www.crmeb.com/ask/thread/list/147


📞 CRMEB互动

CRMEB开源技术交流群(扫码进群可领取开源版接口文档、产品功能清单、高清UI设计图、思维脑图!)

输入图片说明

技术社区!找方法、提bug、看官方消息、拿活跃大奖!都在 CRMEB 技术社区 应有尽有


📕 CRMEB PRO版

输入图片说明

📕 CRMEB 多商户版

输入图片说明


返回顶部

Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION 1. Definitions. "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. "Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License. "Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. "Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. "Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). "Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. "Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution." "Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. 2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. 3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. 4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and (b) You must cause any modified files to carry prominent notices stating that You changed the files; and (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and (d) If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. 5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. 6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. 7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. 8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. 9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS APPENDIX: How to apply the Apache License to your work. To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives. Copyright [2014-2024] [Xi'an Zhongbang Network Technology Co., Ltd] Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

简介

🔥可商用的开源商城系统,框架采用Tp6+MySQL+elementUI+uniapp,商城系统代码全部开源;前后台都支持风格切换,包含小程序商城、H5商城、公众号商城、App,支持多语言、分销、拼团、砍价、秒杀、优惠券、积分、抽奖、会员等级、小程序直播、页面DIY,前后端分离,方便二开,使用文档、接口文档、数据字典、代码生成、二开文档/视频教程,欢迎大家提出宝贵意见和建议 展开 收起
Apache-2.0
取消

发行版 (13)

全部
10个月前

贡献者

全部

近期动态

不能加载更多了
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/ZhongBangKeJi/CRMEB.git
git@gitee.com:ZhongBangKeJi/CRMEB.git
ZhongBangKeJi
CRMEB
CRMEB开源商城系统
master

搜索帮助