amazon-alexa-php icon indicating copy to clipboard operation
amazon-alexa-php copied to clipboard

Amazon Alexa PHP Library

Results 5 amazon-alexa-php issues
Sort by recently updated
recently updated
newest added

The alexa testing tool now sends unix timestamp as timestamp in request rather than formatted date. which causes failed to parse string exception and crashes the application.

I've used this library to successfully publishing a skill in the store. For this, I've added full validation and modified response status to 400 on Exception. Furthermore, I've also reduced...

The fork by @kora88 currently has all the necessary validation tools, could it be merged here so users don't discover an incomplete toolkit via Composer?

Throughout seemingly all of this library, the Amazon App ID is defined in either the variable or a property called "applicationId". I noticed some areas where it was called "applicationid"...