PHPackages                             superpig/eedo-customer-service-thinkphp-package - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. superpig/eedo-customer-service-thinkphp-package

ActiveThink-extend[Utility &amp; Helpers](/categories/utility)

superpig/eedo-customer-service-thinkphp-package
===============================================

v1.0.1(4y ago)15MITPHPPHP &gt;=5.6.0

Since May 4Pushed 4y ago1 watchersCompare

[ Source](https://github.com/SuperPig4/EedoCustomerService-ThinkphpPackage)[ Packagist](https://packagist.org/packages/superpig/eedo-customer-service-thinkphp-package)[ RSS](/packages/superpig-eedo-customer-service-thinkphp-package/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (1)Dependencies (5)Versions (3)Used By (0)

EedoCustomerService(客服系统)
=========================

[](#eedocustomerservice客服系统)

注意
--

[](#注意)

- 该项目还处于BETA阶段，建议能理解代码的用户使用。
- BETA阶段的迭代不保证会向下兼容。

为了解决
----

[](#为了解决)

客服系统对于大部分PHP项目开发者来说，不常用但是要时又找不到合适的。 自己开发又不划算，找开源又会因为各种协议OR质量问题烦恼。
所以这个项目出现了, 通过 composer 就可以快速的将客服系统集成到项目里。

### 作者的教训

[](#作者的教训)

之前工作接手过很多有客服模块的项目，这些项目的特点就是客服模块都是以单独的站点存在，它们没有很好的集成到原项目中，迁移时可能会忘掉又或因缺少文档需要阅读源码。很是折磨人。

迭代周期
----

[](#迭代周期)

BETA阶段为两周一迭代。

开发计划
----

[](#开发计划)

1. 用户端 &amp; 客服端模板 (进行中)
2. 解耦数据存储并支持更多驱动 &amp; 支持无存储驱动运行 (进行中)
3. 发布一个集成了该依赖的TP项目实例 &amp; 支持DOCKER
4. 兼容WIN
5. 增加环境检测脚本

部署注意
----

[](#部署注意)

- 安装前请先阅读workerman 安装OR解除禁用函数 [传送门](https://www.workerman.net/doc/workerman/faq/disable-function-check.html)
- 暂时只支持linux下运行
- mysql &gt;=5.6
- thinkphp &gt;=5.1
- php &gt;=5.6
- thinkphp的debug打开状态下运行项目(php think eedo)会启动文件监听(热更新)

部署
--

[](#部署)

### 第一步 | 安装依赖

[](#第一步--安装依赖)

```
composer require superpig/eedo-customer-service-thinkphp-package

```

### 第二步 | 配置参数

[](#第二步--配置参数)

安装完成后config目录会多出eedo字眼的文件,配置好它们。

### 第三步 | 创建数据库

[](#第三步--创建数据库)

在根目录下运行以下命令

```
配置好eedo_phinx就可以使用这个命令
./vendor/bin/phinx migrate  -c ./config/eedo_phinx.php

如果你没有配置eedo_phinx文件可以使用这个命令
export EEDO_PHINX_HOST=数据库地址 EEDO_PHINX_NAME=数据库名 EEDO_PHINX_USER=数据库用户名 EEDO_PHINX_PASS=数据库密码;  ./vendor/bin/phinx migrate  -c ./config/eedo_phinx.php
```

### 第四步 | 填充数据

[](#第四步--填充数据)

在根目录下运行以下命令

```
配置好eedo_phinx就可以使用这个命令
./vendor/bin/phinx seed:run -c ./config/eedo_phinx.php

如果你没有配置eedo_phinx文件可以使用这个命令
export EEDO_PHINX_HOST=数据库地址 EEDO_PHINX_NAME=数据库名 EEDO_PHINX_USER=数据库用户名 EEDO_PHINX_PASS=数据库密码;  ./vendor/bin/phinx seed:run -c ./config/eedo_phinx.php
```

### 第五步 | 启动

[](#第五步--启动)

在根目录下运行以下命令

```
php think eedo
其他命令可
php think eedo -h
```

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity45

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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

Unknown

Total

1

Last Release

1520d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/51367595ed8683404eec0f74d00689422439238cde896a39d86dd466dc8c70fb?d=identicon)[SuperManPig](/maintainers/SuperManPig)

---

Top Contributors

[![zou44](https://avatars.githubusercontent.com/u/28113243?v=4)](https://github.com/zou44 "zou44 (5 commits)")

### Embed Badge

![Health badge](/badges/superpig-eedo-customer-service-thinkphp-package/health.svg)

```
[![Health](https://phpackages.com/badges/superpig-eedo-customer-service-thinkphp-package/health.svg)](https://phpackages.com/packages/superpig-eedo-customer-service-thinkphp-package)
```

###  Alternatives

[topthink/think-captcha

captcha package for thinkphp

117970.1k74](/packages/topthink-think-captcha)[topthink/think-worker

workerman extend for thinkphp

216235.9k9](/packages/topthink-think-worker)[yunwuxin/think-cron

计划任务

16816.9k](/packages/yunwuxin-think-cron)[liliuwei/thinkphp-jump

适用于thinkphp6.0+的跳转扩展

2876.7k1](/packages/liliuwei-thinkphp-jump)[topthink/think-annotation

Annotation For ThinkPHP

4833.6k8](/packages/topthink-think-annotation)[ichynul/tpextmyadmin

thinkphp extension

141.6k](/packages/ichynul-tpextmyadmin)

PHPackages © 2026

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