PHPackages                             ledc/crmeb-xiao-hong-shu - 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. [API Development](/categories/api)
4. /
5. ledc/crmeb-xiao-hong-shu

ActiveLibrary[API Development](/categories/api)

ledc/crmeb-xiao-hong-shu
========================

Crmeb单商户系统-小红书商家自研系统，包含公共API、商品、素材、库存、订单、售后等

v7.5.0(8mo ago)201MITPHPPHP &gt;=7.4

Since Jul 29Pushed 8mo agoCompare

[ Source](https://github.com/ledccn/crmeb-xiao-hong-shu)[ Packagist](https://packagist.org/packages/ledc/crmeb-xiao-hong-shu)[ RSS](/packages/ledc-crmeb-xiao-hong-shu/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (4)Versions (4)Used By (0)

说明
==

[](#说明)

Crmeb单商户系统-小红书商家自研系统，包含公共API、商品、素材、库存、订单、售后等

安装
--

[](#安装)

`composer require ledc/crmeb-xiao-hong-shu`

使用说明
----

[](#使用说明)

1. 安装完之后，请执行以下命令，安装插件的数据库迁移文件 `php think install:migrate:crmeb-xiao-hong-shu`
2. 执行数据库迁移 `php think migrate:run`

小红书开放平台填写的回调地址
--------------

[](#小红书开放平台填写的回调地址)

1. 【应用授权】小红书应用授权回调地址（code换取accessToken） `https://您的域名/xiaohongshu/callback`
2. 【消息订阅】小红书消息订阅推送回调地址 `https://您的域名/xiaohongshu/notify`

修改过的文件
------

[](#修改过的文件)

### 文件 `app/services/system/crontab/SystemCrontabServices.php`

[](#文件-appservicessystemcrontabsystemcrontabservicesphp)

`\app\services\system\crontab\SystemCrontabServices::crontabCommandRun` 方法

```
// 每2分钟执行一次
new Crontab('10 */2 * * * *', function () {
    // 小红书定时任务
    \Ledc\CrmebXiaoHongShu\services\AccessTokenService::scheduler();
});

// 每12小时执行一次
new Crontab('0 */12 * * *', function () {
    \Ledc\CrmebXiaoHongShu\jobs\SyncOrderJobs::dispatch(time());
    \Ledc\CrmebXiaoHongShu\jobs\SyncCategoriesJobs::dispatch(time());
});
```

### 文件 `crmeb/services/printer/storage/YiLianYun.php`

[](#文件-crmebservicesprinterstorageyilianyunphp)

类内 `\crmeb\services\printer\storage\YiLianYun` 引入特性

```
use \Ledc\CrmebXiaoHongShu\traits\HasXhsOrderYiLianYun;
```

捐赠
--

[](#捐赠)

[![reward](reward.png)](reward.png)

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance59

Moderate activity, may be stable

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity38

Early-stage or recently created project

 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

Every ~14 days

Total

3

Last Release

260d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4af14254189bc74029cc40f4206f8006872b0cd092c680201f204a85a490f143?d=identicon)[ledccn](/maintainers/ledccn)

---

Top Contributors

[![ledccn](https://avatars.githubusercontent.com/u/53997080?v=4)](https://github.com/ledccn "ledccn (3 commits)")

### Embed Badge

![Health badge](/badges/ledc-crmeb-xiao-hong-shu/health.svg)

```
[![Health](https://phpackages.com/badges/ledc-crmeb-xiao-hong-shu/health.svg)](https://phpackages.com/packages/ledc-crmeb-xiao-hong-shu)
```

###  Alternatives

[naixiaoxin/think-wechat

EasyWechat For Thnkphp5.1+

27316.1k1](/packages/naixiaoxin-think-wechat)[weiwei/api-doc

The ThinkPHP6 Api Doc Package

10710.2k](/packages/weiwei-api-doc)

PHPackages © 2026

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