travello-gmbh/amazon-alexa-skill-library

PHP Library for Amazon Alexa Skills

2.4.3 2018-04-20 15:58 UTC

README

This project is deprecated. Please move to https://github.com/phoice/phlexa

PHP Library for Amazon Alexa Skills

With this PHP library you can easily setup your own PHP based Amazon Alexa skills.

Dependencies

  • PHP 7
  • PHP Curl Extension
  • cURL class for PHP
  • URL Normalizer from Glen Scott
  • Zend\Diactoros

Installation

Install it in your PHP project simply with Composer:

composer require travello-gmbh/amazon-alexa-skill-library

Usage

To get started with this library please refer to the Amazon Alexa Skill Skeleton:

https://github.com/travello-gmbh/amazon-alexa-skill-skeleton

Todo

  • Alexa Request Context not implemented yet see here
  • Alexa Request System not implemented yet see here
  • Alexa Request AudioPlayer not implemented yet see here
  • Alexa Response Directives not implemented yet see here