esatisfaction/http
Composer 安装命令:
composer require esatisfaction/http
包简介
Http Package for e-satisfaction
README 文档
README
e-satisfaction Http Package for handling all http request from php.
Requirements
PHP 7.1.0 and later.
Composer
You can install the bindings via Composer. Run the following command:
composer require esatisfaction/esat-http
To use the bindings, use Composer's autoload:
require_once('vendor/autoload.php');
Manual Installation
If you do not wish to use Composer, you can download the latest release. Then, to use the bindings, include the init.php file.
require_once('/path/to/esatisfaction-http/init.php');
Dependencies
This library require the following extensions and packages in order to work properly:
If you use Composer, these dependencies should be handled automatically. If you install manually, you'll want to make sure that these extensions are available and loaded.
统计信息
- 总下载量: 83
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2019-05-04