99designs / http-signatures-php

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

Added `MessageInterface` #21

Closed rubensayshi closed 8 years ago

rubensayshi commented 8 years ago

Added MessageInterface to have a interface that can be implemente for various libraries.

This is a preperation for https://github.com/99designs/http-signatures-guzzlehttp/pull/8

rubensayshi commented 8 years ago

hmm, nvm the PSR7 PR that is open seems to be better suited