PHPackages                             haimiangao/mytest - 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. haimiangao/mytest

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

haimiangao/mytest
=================

v5.4.0(4y ago)02MITPHPPHP &gt;=5.6.0

Since May 16Pushed 4y ago1 watchersCompare

[ Source](https://github.com/haimiangao/mytest)[ Packagist](https://packagist.org/packages/haimiangao/mytest)[ RSS](/packages/haimiangao-mytest/feed)WikiDiscussions master Synced 1w ago

READMEChangelog (6)Dependencies (5)Versions (8)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

Popularity2

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 55.6% 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 ~0 days

Total

7

Last Release

1463d ago

Major Versions

1.0.2 → v5.3.12022-05-16

### Community

Maintainers

![](https://www.gravatar.com/avatar/aa83d0d3c06b0dcd5f237a93bbb43a81d946065924a7d1778ab8125b937f959b?d=identicon)[haimiangao](/maintainers/haimiangao)

---

Top Contributors

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

### Embed Badge

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

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

###  Alternatives

[topthink/think-captcha

captcha package for thinkphp

132934.4k68](/packages/topthink-think-captcha)[topthink/think-worker

workerman extend for thinkphp

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

计划任务

17416.2k](/packages/yunwuxin-think-cron)[zzstudio/think-addons

The ThinkPHP6 Addons Package

1518.6k](/packages/zzstudio-think-addons)[topthink/think-annotation

Annotation For ThinkPHP

4831.5k8](/packages/topthink-think-annotation)[liliuwei/thinkphp-jump

适用于thinkphp6.0的跳转扩展

2874.4k1](/packages/liliuwei-thinkphp-jump)

PHPackages © 2026

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