aws-php-sns-message-validator

Amazon SNS message validation for PHP

APACHE-2.0 License

Downloads
14.6M
Stars
211
Committers
16

Bot releases are visible (Hide)

aws-php-sns-message-validator - Version 1.9.0 Latest Release

Published by stobrien89 10 months ago

  • Deprecates PHP versions < 7.2.5
aws-php-sns-message-validator - Version 1.8.0

Published by stobrien89 about 2 years ago

  • Adds support for message signature based on SHA256 hashing.
aws-php-sns-message-validator - Version 1.7.0

Published by stobrien89 over 2 years ago

  • Adds ReturnTypeWillChange attributes to prevent deprecation notices in PHP 8.1+
aws-php-sns-message-validator - Version 1.6.0

Published by srchase almost 5 years ago

  • Mute warning when file_get_contents() fails
  • Make Message::fromJsonString() public
  • Update README
aws-php-sns-message-validator - Version 1.5.0

Published by kstich over 6 years ago

  • Splits up missing and invalid certificate errors for better granularity.
aws-php-sns-message-validator - Version 1.4.0

Published by kstich about 7 years ago

  • Properly handle truthy value response, -1, from openssl_verify.
aws-php-sns-message-validator - Version 1.3.0

Published by kstich about 7 years ago

  • Correctly handle the creation and validation of Lambda formatted Aws\Sns\Message objects.
aws-php-sns-message-validator - Version 1.2.0

Published by jeskew over 7 years ago

  • Adds support for creating an instance of Aws\Sns\Message from a PSR-7 Request or ServerRequest.
aws-php-sns-message-validator - Version 1.1.0

Published by jeskew about 9 years ago

This library now allows overriding of the host pattern used to verify that SNS signing certs are hosted on a trusted domain. The default pattern remains /^sns\.[a-zA-Z0-9\-]{3,}\.amazonaws\.com(\.cn)?$/, but it can be set to any pattern for testing.

aws-php-sns-message-validator - Version 1.0.0

Published by jeremeamia over 9 years ago

Amazon SNS Message Validator

The Amazon SNS Message Validator for PHP library allows you to validate that incoming HTTP(S) POST messages are valid Amazon SNS notifications. This library is standalone and does not depend on the AWS SDK for PHP or Guzzle; however, it does require PHP 5.4+ and that the OpenSSL PHP extension is installed.

aws-php-sns-message-validator - Version 0.1.0

Published by jeremeamia over 9 years ago

Initial pre-release of the Amazon SNS Message Validator for PHP.

The code for this package was extracted from Version 2 of the AWS SDK for PHP, and then refactored to remove dependencies on the SDK and Guzzle. This library requires PHP 5.4+ and OpenSSL.