laravie/webhook
最新稳定版本:v2.1.0
Composer 安装命令:
composer require laravie/webhook
包简介
Webhook Client for PHP
README 文档
README
Installation
To install through composer, simply put the following in your composer.json file:
{
"require": {
"laravie/webhook": "^2.0",
"php-http/curl-client": "^2.0"
}
}
And then run composer install from the terminal.
Quick Installation
Above installation can also be simplify by using the following command:
composer require "php-http/curl-client" "laravie/webhook=^2.0"
HTTP Adapter
Instead of utilizing php-http/curl-client you might want to use any other adapter that implements php-http/client-implementation. Check Clients & Adapters for PHP-HTTP.
统计信息
- 总下载量: 9.14k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-05-21