PHPackages                             tld/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. [API Development](/categories/api)
4. /
5. tld/wechat

ActiveLibrary[API Development](/categories/api)

tld/wechat
==========

wechat

05JavaScript

Since Mar 7Pushed 9y agoCompare

[ Source](https://github.com/layhll/tld)[ Packagist](https://packagist.org/packages/tld/wechat)[ RSS](/packages/tld-wechat/feed)WikiDiscussions master Synced today

READMEChangelog (1)DependenciesVersions (1)Used By (0)

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

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

### 微信后台管理工具

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

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

[](#installation)

composer require Tld/Wechat:dev-master

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

[](#register-with-configappphp)

Register the service providers to enable the package:

```
Overtrue\LaravelWechat\ServiceProvider::class,
Tld\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         生成二维码
/template/list         模板消息设置

```

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

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

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/25924600?v=4)[liuaiyong](/maintainers/liuaiyong)[@liuaiyong](https://github.com/liuaiyong)

---

Top Contributors

[![liuchengguo1](https://avatars.githubusercontent.com/u/20898276?v=4)](https://github.com/liuchengguo1 "liuchengguo1 (19 commits)")[![tprely](https://avatars.githubusercontent.com/u/56298849?v=4)](https://github.com/tprely "tprely (5 commits)")

### Embed Badge

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

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

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35816.3M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24015.5M18](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172437.8k11](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

94452.6k6](/packages/botman-driver-telegram)

PHPackages © 2026

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