Download the PHP package chenall/phalapi-weixin without Composer
On this page you can find all versions of the php package chenall/phalapi-weixin. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download chenall/phalapi-weixin
More information about chenall/phalapi-weixin
Files in chenall/phalapi-weixin
Download chenall/phalapi-weixin
More information about chenall/phalapi-weixin
Files in chenall/phalapi-weixin
Vendor chenall
Package phalapi-weixin
Short Description PhalApi 2.x 扩展类库:微信公众号、企业号等开发扩展
License GPL-3.0+
Homepage https://www.phalapi.net/
Package phalapi-weixin
Short Description PhalApi 2.x 扩展类库:微信公众号、企业号等开发扩展
License GPL-3.0+
Homepage https://www.phalapi.net/
Please rate this library. Is it a good library?
Informations about the package phalapi-weixin
微信扩展 \PhalApi\WeiXin
微信公众号、企业号等开发扩展, 使用Eastwechat。
- 支持公众号、企业微信等,具体参考Eastwechat文档,传入不同的服务名就可以调用不同的服务。
- 只是简单的提供了一个调用方法,内置默认服务。
- 目前该扩展我主要是用于企业微信,本文的例子也都是企业微信,传入的服务名为
Work
; - 扩展msg目录里面的类是为了支持IDE友好提示而设立的。
安装
在项目下直接运行以下命令即可完成扩展安装。
配置
根据要使用的不同的服务类型添加相应的配置文件 配置文件名 wx_服务名.php 本例为企业微信
配置文件./Config/wx_Work.php
注册
在./config/di.php文件中,注册微信服务(可以按需注册多个服务);
服务端访问入口(消息接收处理,需要单独的访问入口)
需要对接收的信息进行处理时才需要使用
也可以使用自己定义的消息处理接口
All versions of phalapi-weixin with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.0
The package chenall/phalapi-weixin contains the following files
Loading the files please wait ....