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

ActiveLibrary[API Development](/categories/api)

kengxin/hyperf-easywechat6
==========================

hyperf easywechat6

013PHP

Since Nov 6Pushed 1y agoCompare

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

READMEChangelogDependenciesVersions (1)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对象实例，使得不同协程为不同的请求实例，同一协程上下文中获取到的为同一请求实例。

```
