# think-easywechat **Repository Path**: qiansion/think-easywechat ## Basic Information - **Project Name**: think-easywechat - **Description**: think-easywechat - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2022-08-15 - **Last Updated**: 2023-06-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # [EasyWeChat](https://www.qiansion.com) 📦 一个 PHP 微信开发 SDK,微擎旗下开源产品。 因项目中之前使用了EasyWeChat5.X,版本升级相当复杂,所以才去克隆一个的笨方法。 ## 环境需求 - PHP >= 8.0.2 - [Composer](https://getcomposer.org/) >= 2.0 ## 安装 ```bash composer require qiansion/think-easywechat ``` ## 使用示例 基本使用(以公众号服务端为例): ```php 'wx3cf0f39249eb0exxx', 'secret' => 'f1c242f4f28f735d4687abb469072xxx', 'aes_key' => 'abcdefghijklmnopqrstuvwxyz0123456789ABCDEFG', 'token' => 'easywechat', ]; $app = new Application($config); $app->getServer()->with(fn() => "您好!EasyWeChat!"); $response = $server->serve(); ``` ## 文档和链接 [官网](https://www.easywechat.com) · [讨论](https://github.com/w7corp/easywechat/discussions) · [更新策略](https://github.com/w7corp/easywechat/security/policy) ## 感谢 非常感谢 EasyWeChat 如此优秀的开源项目 ## License MIT