wechaty/php-grpc
Composer 安装命令:
composer require wechaty/php-grpc
包简介
PHP Wechaty is a Conversational AI RPA SDK for Chatbot written in PHP.
README 文档
README
PHP Stubs for Chatie GRPC
DO NOT EDIT
Code generated by grpc_php_plugin.
This repo was generated via DevOps from @chatie/grpc
Usage
github.com/wechaty/php-grpc
pecl安装
pecl install grpc pecl install protobuf
CentOS yum安装
sudo yum install php72-php-pecl-grpc sudo yum install php72-php-pecl-protobuf
composer
composer config repo.packagist composer https://mirrors.aliyun.com/composer/
composer require wechaty/php-grpc
php
require dirname(__FILE__) . '/vendor/autoload.php'; $client = new \Wechaty\PuppetClient("localhost:8788", [ 'credentials' => Grpc\ChannelCredentials::createInsecure() ]); $request = new \Wechaty\Puppet\DingRequest(); list($response, $status) = $client->Ding($request)->wait(); echo sprintf("code: %s, msg: %s \n", $status->code, $status->details);
Author
Copyright & License
- Code & Docs © 2020-now Chunsheng Zhang <zhangchunsheng423@gmail.com>
- Code released under the Apache-2.0 License
- Docs released under Creative Commons
统计信息
- 总下载量: 630
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 3
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: Apache-2.0
- 更新时间: 2020-07-10