2017 © Pedro Peláez
 

library wechat

微信SDK

image

overtrue/wechat

微信SDK

  • Tuesday, July 31, 2018
  • by overtrue
  • Repository
  • 535 Watchers
  • 6880 Stars
  • 393,508 Installations
  • PHP
  • 79 Dependents
  • 0 Suggesters
  • 1778 Forks
  • 11 Open issues
  • 100 Versions
  • 16 % Grown

The README.md

EasyWeChat

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

Test Status Lint Status Latest Stable Version Latest Unstable Version Total Downloads License, (*2)

环境需求

安装

composer require w7corp/easywechat

使用示例

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

<?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();

文档和链接

官网 · 讨论 · 更新策略, (*4)

:heart: 支持我

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

由 JetBrains 赞助

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

, (*7)

可爱的贡献者们

, (*8)

License

MIT, (*9)

The Versions

31/07 2018
31/07 2018
25/11 2017

dev-verify-ticket

dev-verify-ticket

微信SDK

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar overtrue

sdk weixin wechat weixin-sdk

21/11 2017
23/09 2017
12/09 2017
31/08 2017
20/08 2017

4.0.0-alpha.2

4.0.0.0-alpha2

微信SDK

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar overtrue

sdk weixin wechat weixin-sdk

14/08 2017

4.0.0-alpha.1

4.0.0.0-alpha1

微信SDK

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar overtrue

sdk weixin wechat weixin-sdk

08/03 2017

2.1.x-dev

2.1.9999999.9999999-dev

微信SDK

  Sources   Download

MIT

The Requires

  • ext-openssl *
  • php >=5.3

 

The Development Requires

by Avatar overtrue

sdk weixin wechat weixin-sdk

27/12 2016