tenantcloud/guzzle-helper 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

tenantcloud/guzzle-helper

最新稳定版本:v2.0.1

Composer 安装命令:

composer require tenantcloud/guzzle-helper

包简介

Guzzle helpers.

README 文档

README

Guzzle helpers. Add Header and Json obfuscators for guzzle middleware. Used for remove autorization headers and sensitive date from response logs.

Requirements

  • Guzzle >=7
  • PHP version >=8.2
  • Docker (optional)

Installation

In your composer.json, add this repository:

"repositories": [ { "type": "git", "url": "https://github.com/tenantcloud/guzzle-helpers" } ], 

Then do composer require tenantcloud/guzzle-helpers to install the package.

Examples

 $stack = \GuzzleHttp\HandlerStack::create(); // Return all response body. $stack->unshift(\TenantCloud\GuzzleHelper\GuzzleMiddleware\GuzzleMiddleware::fullErrorResponseBody()); // Hide secret info from error responses (cut contactEmail, contactPhone keys). // Hide Authorization header $stack->unshift(\TenantCloud\GuzzleHelper\GuzzleMiddleware\GuzzleMiddleware::dumpRequestBody([ new \TenantCloud\GuzzleHelper\GuzzleMiddleware\JsonObfuscator([ 'contactEmail', 'contactPhone', ]), new \TenantCloud\GuzzleHelper\GuzzleMiddleware\HeaderObfuscator(['Authorization']), ])); 

Commands

Install dependencies: docker run -it --rm -v $PWD:/app -w /app composer install

Run tests: docker run -it --rm -v $PWD:/app -w /app php:7.4-cli vendor/bin/phpunit

Run php-cs-fixer on self: docker run -it --rm -v $PWD:/app -w /app composer cs-fix

统计信息

  • 总下载量: 33.39k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 1
  • 点击次数: 0
  • 依赖项目数: 6
  • 推荐数: 0

GitHub 信息

  • Stars: 1
  • Watchers: 2
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2026-01-04

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固