PHPackages                             guo/wechat - 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. guo/wechat

ActiveLibrary

guo/wechat
==========

wechat

1.0.0(8y ago)2461MITJavaScriptPHP &gt;=5.3

Since Dec 6Pushed 8y agoCompare

[ Source](https://github.com/liucg1995/wechat)[ Packagist](https://packagist.org/packages/guo/wechat)[ RSS](/packages/guo-wechat/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (2)Dependencies (3)Versions (2)Used By (0)

Laravel 5.3 微信后台管理
==================

[](#laravel-53-微信后台管理)

### 微信后台管理工具

[](#微信后台管理工具)

Installation
============

[](#installation)

composer require guo/wechat

Register with config/app.php
----------------------------

[](#register-with-configappphp)

Register the service providers to enable the package:

```
Overtrue\LaravelWechat\ServiceProvider::class,
Guo\Wechat\Providers\AppServiceProvider::class,
Collective\Html\HtmlServiceProvider::class,

```

Register the service aliases to enable the package:

```
'Form' => Collective\Html\FormFacade::class,
'Html' => Collective\Html\HtmlFacade::class,

```

执行php命令
-------

[](#执行php命令)

```
php artisan  vendor:publish --tag=admin-wechat

```

Update app\\Http\\Middleware\\VerifyCsrfToken.php
-------------------------------------------------

[](#update--apphttpmiddlewareverifycsrftokenphp)

```
 "media",'wechat/upload','media/upload',"/api/wechat"

```

Update app\\Newuser.php
-----------------------

[](#update--appnewuserphp)

```
设置用户表的信息

```

微信所需链接
------

[](#微信所需链接)

```
/api/wechat     微信响应接口
/media          素材管理
/wechat/menu    自定义菜单
/mass/test      测试群发
/mass/index     正式群发
/message        粉丝消息管理
/qrcode         生成二维码

```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

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

3082d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/33537868?v=4)[l-guo](/maintainers/l-guo)[@l-guo](https://github.com/l-guo)

---

Top Contributors

[![liuchengguo1](https://avatars.githubusercontent.com/u/20898276?v=4)](https://github.com/liuchengguo1 "liuchengguo1 (82 commits)")[![liucg1995](https://avatars.githubusercontent.com/u/23516497?v=4)](https://github.com/liucg1995 "liucg1995 (8 commits)")

---

Tags

laravel

### Embed Badge

![Health badge](/badges/guo-wechat/health.svg)

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

###  Alternatives

[unopim/unopim

UnoPim Laravel PIM

9.4k1.8k](/packages/unopim-unopim)[microweber/microweber

New generation CMS with drag and drop

3.4k13.8k1](/packages/microweber-microweber)

PHPackages © 2026

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