2017 © Pedro Peláez
 

project wechat

this is a wechat sdk

image

xupp/wechat

this is a wechat sdk

  • Monday, January 15, 2018
  • by xupp
  • Repository
  • 1 Watchers
  • 0 Stars
  • 70 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

wechat

微信SDK, (*1)

/======================使用方法===========================/, (*2)

require "./vendor/autoload.php";
use wechat\Wx;
$config = [
  'token' => 'weixin',
  'appId' => 'wx917fc314c6f429ff',
  'appSecret' => 'e7d5c0c720bb9cbd7248bf602b3f17b3'
];     
$wx = new Wx($config);
$wx->valid();
$message = $wx->instance('message');
if($message->isTextMsg()){
    $message->text('我的微信sdk发布了');
}

The Versions

15/01 2018

dev-master

9999999-dev

this is a wechat sdk

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

by Avatar xupp

15/01 2018

1.3

1.3.0.0

this is a wechat sdk

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

by Avatar xupp

06/04 2017

1.2

1.2.0.0

this is a wechat sdk

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

by Avatar xupp

30/12 2016

1.1

1.1.0.0

this is a wechat sdk

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

by Avatar xupp

29/12 2016

1.0

1.0.0.0

this is a wechat sdk

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

by Avatar xupp