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

ActiveLibrary[API Development](/categories/api)

andphp/hyperf-easywechat6
=========================

hyperf easywechat6

1.0.1(2y ago)145MITPHPPHP &gt;=8.0.2

Since Aug 21Pushed 2y ago1 watchersCompare

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

READMEChangelogDependencies (7)Versions (2)Used By (0)

Notice
======

[](#notice)

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

```
