All Projects → huankemao → huankemao-php

huankemao / huankemao-php

Licence: other
企业微信私域流量裂变引流SCRM系统,开源PHP版官方Git

Programming Languages

PHP
23972 projects - #3 most used programming language
HTML
75241 projects
shell
77523 projects

Projects that are alternatives of or similar to huankemao-php

api-server
OpenSCRM是一套基于Go和React的高质量企业微信私域流量管理系统 。遵守Apache2.0协议,全网唯一免费商用。企业微信、私域流量、SCRM。
Stars: ✭ 981 (+1862%)
Mutual labels:  scrm, wecom
springcrm
An open-source CRM.
Stars: ✭ 14 (-72%)
Mutual labels:  crm
cdp-service
cdp数据平台,帮助企业充分了解客户,实现千人千面的精准营销。
Stars: ✭ 30 (-40%)
Mutual labels:  crm
permacoop
Open source and eco design ERP solution reserved for worker-owned business.
Stars: ✭ 167 (+234%)
Mutual labels:  crm
Oreka
Enterprise telephony recording and retrieval system with web based user interface.
Stars: ✭ 20 (-60%)
Mutual labels:  crm
FoodDelivery
E-Commerce demo project. Food delivery application project made with.
Stars: ✭ 106 (+112%)
Mutual labels:  crm
eidea4
企业框架 scm erp wms
Stars: ✭ 53 (+6%)
Mutual labels:  crm
vtiger
🐯 Vtiger is the #1 business automation software. Try it with Docker!
Stars: ✭ 59 (+18%)
Mutual labels:  crm
logtacts
Better contact management.
Stars: ✭ 54 (+8%)
Mutual labels:  crm
codizer-core
Laravel CMS, CRM, E-Commerce
Stars: ✭ 43 (-14%)
Mutual labels:  crm
mantle-udm
Mantle Universal Data Model
Stars: ✭ 38 (-24%)
Mutual labels:  crm
bizbook-client
The repository of bizbook client project
Stars: ✭ 28 (-44%)
Mutual labels:  crm
ng-crm
A Simple Angular 6 CRM (CRUD Example)
Stars: ✭ 50 (+0%)
Mutual labels:  crm
itflow
Free and open-source web application for MSPs that streamlines IT documentation, ticketing, invoicing, and accounting, an alternative to ITGlue. It helps in managing and organizing client's IT information, increasing efficiency and profitability.
Stars: ✭ 282 (+464%)
Mutual labels:  crm
mira
A place for notes, but for the people I keep in touch with
Stars: ✭ 99 (+98%)
Mutual labels:  crm
iogrowCRM
CRM for Social Selling, on Google. Integrated with LinkedIn, Twitter, Facebook & Gmail.
Stars: ✭ 28 (-44%)
Mutual labels:  crm
personal-crm
🗂 Minimalist personal CRM to keep in touch with contacts
Stars: ✭ 23 (-54%)
Mutual labels:  crm
SugarRestSharp
SugarRestSharp is a .NET C# SugarCRM/SuiteCRM Rest API Client. It is .NET C# Wrapper for the SugarCRM/SuiteCRM REST API Client.
Stars: ✭ 29 (-42%)
Mutual labels:  crm
mochat-java
基于企业微信的开源应用开发框架&引擎,也是一套通用的企业私域流量管理系统!
Stars: ✭ 179 (+258%)
Mutual labels:  wecom
corebos
core Business Operating System. An OPEN SOURCE business application that helps small and medium business handle all the day to day tasks.
Stars: ✭ 128 (+156%)
Mutual labels:  crm

唤客猫企业微信SCRM系统

基于企业微信的私域流量裂变引流工具和数据化精细运营服务系统,帮助企业快速实现智慧、简单、友好、精细的客户运营管理。可广泛应用于教育、培训、餐饮、文娱、零售、医美、电商、旅游、自媒体、网红、房地产、金融等各类行业。官方网站 huankemao.com

声明

您可以 Fork 本站代码,但未经许可 禁止 在本产品的整体或任何部分基础上以发展任何派生版本、修改版本或第三方版本用于 重新分发

技术讨论

QQ群:866828944

演示Demo

后台测试

软件截图

聊天工具栏测试

安装教程

  • 环境准备
    PHP ≧ 7.3
    MySQL ≧ 5.7
    
  • 下载系统最新源码
  • 部署至服务器,将运行目录设置为/public
  • 由于前端Vue使用了History模式,后端服务器需设置伪静态
    • Nginx服务器(推荐):
    location / {
        try_files $uri $uri/ /index.html;
    }
    
    • Apache服务器:
    <IfModule mod_rewrite.c>
      RewriteEngine On
      RewriteBase /
      RewriteRule ^index\.html$ - [L]
      RewriteCond %{REQUEST_FILENAME} !-f
      RewriteCond %{REQUEST_FILENAME} !-d
      RewriteRule . /index.html [L]
    </IfModule>
    
  • 详细安装教程可参考官方文档

软件架构

模块 框架 部署路径 Git仓库
后端 ThinkPHP / huankemao-php(本仓库)
PC前端 Vue /public huankemao-web
文章预览 H5 /public/article-preview huankemao-article-preview
聊天工具栏 Vue /public/chat-tool huankemao-chat-tool

开发计划

开发计划

技术选型

后台框架

技术 功能 版本 官网
ThinkPHP 后端框架 6.0+ http://www.thinkphp.cn/
MySQL 数据库 5.7+ https://www.mysql.com/

前端框架

技术 功能 版本 官网
Vue MVVM框架 2.0+ https://cn.vuejs.org/
Axios 数据交互 0.21+ http://www.axios-js.com/
Element-UI UI库 2.0+ https://element.eleme.cn/

文档

如果对您有帮助,您可以点右上角 "Star" 支持一下,谢谢!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].