neirda24/guzzle-bundle-header-forward-plugin
最新稳定版本:2.0.0
Composer 安装命令:
composer require neirda24/guzzle-bundle-header-forward-plugin
包简介
Guzzle plugin that allow you to forward headers from your current request into the the guzzle one automatically.
关键字:
README 文档
README
This plugin integrates a way to forward headers from the current symfony request into the cURL.
Requirements
- PHP 7.0 or above
- Guzzle Bundle
Installation
Using composer:
composer.json
{
"require": {
"neirda24/guzzle-bundle-header-forward-plugin": "^1.0"
}
}
command line
$ composer require neirda24/guzzle-bundle-header-forward-plugin
Usage
Enable bundle
# app/AppKernel.php new EightPoints\Bundle\GuzzleBundle\EightPointsGuzzleBundle([ new Neirda24\Bundle\GuzzleBundleHeaderForwardPlugin\GuzzleBundleHeaderForwardPlugin(), ])
Basic configuration
# app/config/config.yml eight_points_guzzle: clients: api_payment: base_url: "http://api.domain.tld" # define headers, options # plugin settings plugin: header_forward: enabled: true headers: - 'Accept-Language'
统计信息
- 总下载量: 13.79k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-11-17