99designs / http-signatures-php

Sign and verify PSR-7 HTTP messages in PHP.
MIT License
44 stars 32 forks source link

Remove HttpMessageFactory #32

Closed mtibben closed 7 years ago

mtibben commented 7 years ago

This removes HttpMessageFactory in favour of some documentation explaining the bug.

Including HttpMessageFactory pulls in unnecessary dependencies, and is at the wrong level of abstraction.

Instead I've updated the documentation, and have fixed the problem upstream at https://github.com/symfony/psr-http-message-bridge/pull/30