PHPackages                             pengxuxu/hyperf-easywechat6 - 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. pengxuxu/hyperf-easywechat6

ActiveLibrary

pengxuxu/hyperf-easywechat6
===========================

hyperf easywechat6

v1.10.0(1y ago)246.7k↓59.1%4[1 issues](https://github.com/pengxuxu/hyperf-easywechat6/issues)MITPHPPHP &gt;=8.0.2

Since Nov 2Pushed 1y ago1 watchersCompare

[ Source](https://github.com/pengxuxu/hyperf-easywechat6)[ Packagist](https://packagist.org/packages/pengxuxu/hyperf-easywechat6)[ RSS](/packages/pengxuxu-hyperf-easywechat6/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)Dependencies (3)Versions (12)Used By (0)

Notice
======

[](#notice)

- v1.0.7(含)版本上兼容hyperf2和3版本。
- easywechat6用symfony/http-client相关组件，替换了之前4，5等版本的Guzzle请求组件，Symfony Http Client在常驻内存的服务中使用时，[HttpClient会因为多个协程共用而报错](https://github.com/swoole/swoole-src/issues/5008#issuecomment-1465458380)。 pengxuxu/hyperf-easywechat6包使用hyperf的ClassMap替换了InteractWithHttpClient中的HttpClient对象实例，使得不同协程为不同的请求实例，同一协程上下文中获取到的为同一请求实例。

```
