Search by

componenta / http-psr-guzzle

Shelamkoff

Guzzle PSR-7 and PSR-17 integration for Componenta HTTP

Package info

github.com/componenta/http-psr-guzzle

pkg:composer/componenta/http-psr-guzzle

Statistics

Installs: 2

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v1.1.0 2026-09-13 23:19 UTC

This package is auto-updated.

Last update: 2026-09-13 23:21:35 UTC


README

Guzzle PSR-7 and PSR-17 integration for Componenta HTTP. The package registers GuzzleHttp\Psr7\HttpFactory and aliases the standard PSR-17 interfaces to it.

Installation

composer require componenta/http-psr componenta/http-psr-guzzle

Registered Services

Componenta\Http\Psr7\Guzzle\ConfigProvider registers HttpFactory and aliases:

  • RequestFactoryInterface
  • ResponseFactoryInterface
  • ServerRequestFactoryInterface
  • StreamFactoryInterface
  • UploadedFileFactoryInterface
  • UriFactoryInterface

Boundary

This package only supplies concrete factories. Use componenta/http-psr for server request creator wiring.