MyGit

w7corp/easywechat

Fork: 2405 Star: 10289 (更新于 2024-11-17 18:54:33)

license: MIT

Language: PHP .

📦 一个 PHP 微信 SDK

最后发布版本: 6.15.5 ( 2024-11-16 21:54:49)

官方网址 GitHub网址

EasyWeChat

📦 一个 PHP 微信开发 SDK,开源 SaaS 平台提供商 微擎 旗下开源产品。

Test Status Lint Status Latest Stable Version Latest Unstable Version Total Downloads License

环境需求

安装

composer require w7corp/easywechat

使用示例

基本使用(以公众号服务端为例):

<?php

use EasyWeChat\OfficialAccount\Application;

$config = [
    'app_id' => 'wx3cf0f39249eb0exxx',
    'secret' => 'f1c242f4f28f735d4687abb469072xxx',
    'aes_key' => 'abcdefghijklmnopqrstuvwxyz0123456789ABCDEFG',
    'token' => 'easywechat',
];

$app = new Application($config);

$server = $app->getServer();

$server->with(fn() => "您好!EasyWeChat!");

$response = $server->serve();

文档和链接

官网 · 讨论 · 更新策略

:heart: 支持我

如果你喜欢我的项目并想支持它,点击这里 :heart:

由 JetBrains 赞助

非常感谢 Jetbrains 为我提供的 IDE 开源许可,让我完成此项目和其他开源项目上的开发工作。

可爱的贡献者们

License

MIT

最近版本更新:(数据更新于 2024-11-20 17:00:47)

2024-11-16 21:54:49 6.15.5

2024-11-16 21:54:23 5.35.4

2024-10-09 15:07:53 6.15.4

2024-10-09 00:22:40 6.15.3

2024-08-29 19:19:56 5.35.3

2024-08-19 21:35:31 6.15.2

2024-08-06 21:25:43 5.35.2

2024-03-29 20:24:31 6.15.1

2024-01-26 22:38:32 5.35.1

2024-01-23 09:58:16 6.15.0

主题(topics):

easywechat, php, sdk, wechat

w7corp/easywechat同语言 PHP最近更新仓库

2024-11-20 23:58:25 laravel/framework

2024-11-20 18:39:23 danielmiessler/SecLists

2024-11-16 04:49:03 coollabsio/coolify

2024-11-13 23:19:14 symfony/symfony

2024-11-13 22:53:21 symfony/var-dumper

2024-11-06 20:45:55 schmittjoh/JMSSerializerBundle