2017 © Pedro Peláez
 

library console

A command line for EasyWeChat Application.

image

easywechat/console

A command line for EasyWeChat Application.

  • Saturday, March 31, 2018
  • by overtrue
  • Repository
  • 1 Watchers
  • 17 Stars
  • 573 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 4 Versions
  • 73 % Grown

The README.md

EasyWeChat Console Tool

A command line for EasyWeChat Application., (*1)

Installing

$ composer require easywechat/console -vvv

Or install it globally:, (*2)

$ composer global require easywechat/console -vvv

Usage

$ ./vendor/bin/easywechat list

# globally install
$ easywechat list

Get payment RSA public key.

https://pay.weixin.qq.com/wiki/doc/api/tools/mch_pay.php?chapter=24_7, (*3)

$ ./vendor/bin/easywechat payment:rsa_public_key \
    --mch_id=14339221228 \
    --api_key=36YTbDmLgyQ52noqdxgwGiYy \
    --cert_path=/Users/overtrue/www/demo/apiclient_cert.pem \
    --key_path=/Users/overtrue/www/demo/apiclient_key.pem 

# Public key of mch_id:14339221228 saved as ./public-14339221228.pem

List, Create, Delete Official Account menu structure.

https://mp.weixin.qq.com/wiki?t=resource/res_main&id=mp1421141013
https://mp.weixin.qq.com/wiki?t=resource/res_main&id=mp1421141014
https://mp.weixin.qq.com/wiki?t=resource/res_main&id=mp1421141015, (*4)

$ ./vendor/bin/easywechat menus:list_menus \
    --app_id=14339221228 \
    --secret=36YTbDmLgyQ52noqdxgwGiYy \
    --token=mytoken \
    --aes_key=0xp26B0rqlKFZPWbr5lQs4SVaugBnFjE0H1xE9rfePX
    --file_output=/Users/overtrue/www/demo/menus.json 

# JSON menu structure of the Official Account output in /Users/overtrue/www/demo/menus.json
$ ./vendor/bin/easywechat menus:create_menus \
    --app_id=14339221228 \
    --secret=36YTbDmLgyQ52noqdxgwGiYy \
    --token=mytoken \
    --aes_key=0xp26B0rqlKFZPWbr5lQs4SVaugBnFjE0H1xE9rfePX
    --file=/Users/overtrue/www/demo/menus.json 

# Menu structure of the Official Account created/updated
$ ./vendor/bin/easywechat menus:delete_menus \
    --app_id=14339221228 \
    --secret=36YTbDmLgyQ52noqdxgwGiYy \
    --token=mytoken \
    --aes_key=0xp26B0rqlKFZPWbr5lQs4SVaugBnFjE0H1xE9rfePX
    --save=/Users/overtrue/www/demo/menus.json 

# Menu structure of the Official Account deleted
# JSON menu structure saved as /Users/overtrue/www/demo/menus.json

License

MIT, (*5)

The Versions

31/03 2018

dev-master

9999999-dev

A command line for EasyWeChat Application.

  Sources   Download

MIT

The Requires

 

by Avatar overtrue

31/03 2018

1.0.2

1.0.2.0

A command line for EasyWeChat Application.

  Sources   Download

MIT

The Requires

 

by Avatar overtrue

08/01 2018

1.0.1

1.0.1.0

A command line for EasyWeChat Application.

  Sources   Download

MIT

The Requires

 

by Avatar overtrue

08/01 2018

1.0.0

1.0.0.0

A command line for EasyWeChat Application.

  Sources   Download

MIT

The Requires

 

by Avatar overtrue