Skip to content

travello-gmbh/amazon-alexa-skill-library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DEPRECATED

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