Message Factory Versions Save

Abandoned: Httplug Factory interfaces for PSR-7 HTTP Message

1.1.0

11 months ago
  • Allow psr/http-message v2 in addition to v1
  • Deprecate all interfaces in favor of PSR-17

The PHP-HTTP factories have become obsolete with the PSR-17 factories standard. All major HTTP client implementors provide PSR-17 factories.

This package will remain available for the time being to not break legacy code, but we encourage everybody to move to PSR-17.

v1.0.1

8 years ago

Added support for Puli bindings.

v1.0.0

8 years ago

v1.0.0-rc1

8 years ago

Message Factory interfaces are quite stable for a while. This is the first and the last planed RC version.

v0.3.0

8 years ago

Removed Client Context Factory and Factory Awares/Templates.

v0.2.0

8 years ago

Reordered the parameters when creating a message to have the protocol last,as its the least likely to need to be changed.

v0.1.0

8 years ago

This package provides the missing construction logic for PSR-7 HTTP Messages.