aws / aws-php-sns-message-validator

Amazon SNS message validation for PHP
Apache License 2.0
210 stars 53 forks source link

Add a factory method to Message to create from PSR-7 Requests #20

Closed jeskew closed 7 years ago

jeskew commented 7 years ago

Resolves #19

This PR adds the ability to create a Message instance from a PSR-7 request. It also cleans up the composer.json file a bit (since this library is meant to be used independently of the AWS SDK for PHP, there's no need to suggest its installation).

/cc @kstich