thecodingmachine/guzzle-universal-service-provider

支持 guzzlehttp/guzzle:6 的跨框架模块

1.0.x-dev 2017-09-22 12:46 UTC

This package is auto-updated.

Last update: 2024-09-06 23:36:59 UTC


README

Latest Stable Version Latest Unstable Version License

Guzzle6通用模块

此包将Guzzle6集成到任何兼容container-interop的框架/容器中。

安装

composer require thecodingmachine/guzzle-universal-service-provider

安装后,您需要将TheCodingMachine\Guzzle\XXXServiceProvider注册到您的容器中。

如果您的容器支持Puli集成,您无需做任何事情。否则,请参阅您的框架或容器的文档以了解如何注册服务提供者

简介

这是一个针对Guzzle 6的服务提供者。

除了为Guzzle 6创建服务外,此服务提供者还将创建Guzzle 6适配器

预期值/服务

服务提供者期望以下配置/服务可用

提供的服务

服务提供者提供以下服务

扩展服务

thecodingmachine/service-provider-template提供项目模板