# Technical Documentation: w7corp/easywechat > ℹ️ **Provenance:** Hybrid Fusion: `w7corp/easywechat` (README + 2 In-Tree Chapters) · [CodeWiki Reference](https://codewiki.google/github.com/w7corp/easywechat) · Recency: Active (< 180 days) ## 1. Project Overview & Quickstart (w7corp/easywechat) # [EasyWeChat](https://easywechat.com) 📦 一个 PHP 微信开发 SDK,开源 SaaS 平台提供商 [微擎](https://www.w7.cc/) 旗下开源产品。 [](https://github.com/w7corp/easywechat/actions) [](https://github.com/w7corp/easywechat/actions) [](https://packagist.org/packages/w7corp/easywechat) [](https://packagist.org/packages/w7corp/easywechat) [](https://packagist.org/packages/w7corp/easywechat) [](https://packagist.org/packages/w7corp/easywechat) ## 环境需求 - PHP >= 8.0.2 - [Composer](https://getcomposer.org/) >= 2.0 ## 安装 ```bash composer require w7corp/easywechat ``` ## 使用示例 基本使用(以公众号服务端为例): ```php 'wx3cf0f39249eb0exxx', 'secret' => 'f1c242f4f28f735d4687abb469072xxx', 'aes_key' => 'abcdefghijklmnopqrstuvwxyz0123456789ABCDEFG', 'token' => 'easywechat', ]; $app = new Application($config); $server = $app->getServer(); $server->with(fn() => "您好!EasyWeChat!"); $response = $server->serve(); ``` ## 文档和链接 [官网](https://easywechat.com) · [讨论](https://github.com/w7corp/easywechat/discussions) · [更新策略](https://github.com/w7corp/easywechat/security/policy) ## :heart: 支持我 如果你喜欢我的项目并想支持它,[点击这里 :heart:](https://github.com/sponsors/overtrue) ## 可爱的贡献者们 [](https://github.com/w7corp/easywechat/graphs/contributors) ## License MIT ## 2. In-Tree Documentation Chapters (w7corp/easywechat) ## File: README.md # [EasyWeChat](https://easywechat.com) 📦 一个 PHP 微信开发 SDK,开源 SaaS 平台提供商 [微擎](https://www.w7.cc/) 旗下开源产品。 [](https://github.com/w7corp/easywechat/actions) [](https://github.com/w7corp/easywechat/actions) [](https://packagist.org/packages/w7corp/easywechat) [](https://packagist.org/packages/w7corp/easywechat) [](https://packagist.org/packages/w7corp/easywechat) [](https://packagist.org/packages/w7corp/easywechat) ## 环境需求 - PHP >= 8.0.2 - [Composer](https://getcomposer.org/) >= 2.0 ## 安装 ```bash composer require w7corp/easywechat ``` ## 使用示例 基本使用(以公众号服务端为例): ```php 'wx3cf0f39249eb0exxx', 'secret' => 'f1c242f4f28f735d4687abb469072xxx', 'aes_key' => 'abcdefghijklmnopqrstuvwxyz0123456789ABCDEFG', 'token' => 'easywechat', ]; $app = new Application($config); $server = $app->getServer(); $server->with(fn() => "您好!EasyWeChat!"); $response = $server->serve(); ``` ## 文档和链接 [官网](https://easywechat.com) · [讨论](https://github.com/w7corp/easywechat/discussions) · [更新策略](https://github.com/w7corp/easywechat/security/policy) ## :heart: 支持我 如果你喜欢我的项目并想支持它,[点击这里 :heart:](https://github.com/sponsors/overtrue) ## 可爱的贡献者们 [](https://github.com/w7corp/easywechat/graphs/contributors) ## License MIT --- ## File: docs/README.md # easywechat.com ## Contributing This site is built with [VitePress](https://github.com/vuejs/vitepress) and depends on [@vue/theme](https://github.com/vuejs/vue-theme). Site content is written in Markdown format located in `src`. For simple edits, you can directly edit the file on GitHub and generate a Pull Request. For local development, [pnpm](https://pnpm.io/) is preferred as package manager: ```bash pnpm i pnpm run dev ``` ## Working on the content - See VitePress docs on supported [Markdown Extensions](https://vitepress.vuejs.org/guide/markdown.html) and the ability to [use Vue syntax inside markdown](https://vitepress.vuejs.org/guide/using-vue.html). ## Working on the theme If changes need to made for the theme, check out the [instructions for developing the theme alongside the docs](https://github.com/vuejs/vue-theme#developing-with-real-content). --- METRICS --- - Files Extracted: 3 - Estimated Token Budget: ~914 tokens - Recency Window: Active (< 180 days) - Canonical Reference: https://codewiki.google/github.com/w7corp/easywechat