PHPackages                             tourze/wechat-official-account-server-message-bundle - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. tourze/wechat-official-account-server-message-bundle

ActiveSymfony-bundle[HTTP &amp; Networking](/categories/http)

tourze/wechat-official-account-server-message-bundle
====================================================

微信公众号服务端消息处理组件

0.0.3(5mo ago)01001MITPHPCI failing

Since May 18Pushed 4mo ago1 watchersCompare

[ Source](https://github.com/tourze/wechat-official-account-server-message-bundle)[ Packagist](https://packagist.org/packages/tourze/wechat-official-account-server-message-bundle)[ RSS](/packages/tourze-wechat-official-account-server-message-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (3)Dependencies (41)Versions (4)Used By (1)

WechatOfficialAccountServerMessageBundle
========================================

[](#wechatofficialaccountservermessagebundle)

[English](README.md) | [中文](README.zh-CN.md)

[![Latest Version](https://camo.githubusercontent.com/0ec54e747034fe72186d8a33a03337a99b62fdf937a90e846f885baa11e4e798/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f746f75727a652f7765636861742d6f6666696369616c2d6163636f756e742d7365727665722d6d6573736167652d62756e646c652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/tourze/wechat-official-account-server-message-bundle)[![PHP Version](https://camo.githubusercontent.com/46d5beeefd88d03cf3b64bfb8004af82d63cfac5eafd365a921946adcec859fe/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f746f75727a652f7765636861742d6f6666696369616c2d6163636f756e742d7365727665722d6d6573736167652d62756e646c652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/tourze/wechat-official-account-server-message-bundle)[![License](https://camo.githubusercontent.com/271364fdb35adcee094edc98ef3266ef66fd85fa0a75173ce2b97314862ded19/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f746f75727a652f7765636861742d6f6666696369616c2d6163636f756e742d7365727665722d6d6573736167652d62756e646c652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/tourze/wechat-official-account-server-message-bundle)[![Build Status](https://camo.githubusercontent.com/8dfea8a45ebd4adea40a2cd7eb46827edc881d9538c85ad87cc834852d8bc694/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f746f75727a652f7765636861742d6f6666696369616c2d6163636f756e742d7365727665722d6d6573736167652d62756e646c652f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/tourze/wechat-official-account-server-message-bundle)[![Quality Score](https://camo.githubusercontent.com/f7d222468f04fb481701259e72184c91af208bd5e69c976599ddc3173749d13c/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f746f75727a652f7765636861742d6f6666696369616c2d6163636f756e742d7365727665722d6d6573736167652d62756e646c652e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/tourze/wechat-official-account-server-message-bundle)[![Code Coverage](https://camo.githubusercontent.com/67ab1c553b834b5287de6e38b7e0ea59e477fa57e5494a2b92a36a6ea77a0726/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f636f7665726167652f672f746f75727a652f7765636861742d6f6666696369616c2d6163636f756e742d7365727665722d6d6573736167652d62756e646c652e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/tourze/wechat-official-account-server-message-bundle)[![Total Downloads](https://camo.githubusercontent.com/2d2557d20e065749c588ef0c8eb9854af8b47792c0486ec6f4a44a248ae5f75c/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f746f75727a652f7765636861742d6f6666696369616c2d6163636f756e742d7365727665722d6d6573736167652d62756e646c652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/tourze/wechat-official-account-server-message-bundle)

A Symfony bundle for handling WeChat Official Account server messages and webhooks.

Features
--------

[](#features)

- **Message Processing**: Handle incoming WeChat Official Account server messages
- **Webhook Support**: Process WeChat server callbacks with signature validation
- **Message Persistence**: Store server messages in database with automatic cleanup
- **Event Dispatching**: Dispatch events for custom message handling
- **Async Processing**: Support for asynchronous message handling via Symfony Messenger
- **Lock Management**: Prevent duplicate message processing
- **User Synchronization**: Automatically sync user information from WeChat

Installation
------------

[](#installation)

```
composer require tourze/wechat-official-account-server-message-bundle
```

Requirements
------------

[](#requirements)

- PHP 8.1+
- Symfony 6.4+
- Doctrine ORM

Quick Start
-----------

[](#quick-start)

```
