All Projects → travello-gmbh → amazon-alexa-skill-library

travello-gmbh / amazon-alexa-skill-library

Licence: other
DEPRECATED PHP Library for Amazon Alexa Skills

Programming Languages

PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to amazon-alexa-skill-library

alexa-skill-test-framework
Framework for easy offline black-box testing of Alexa skills.
Stars: ✭ 64 (+392.31%)
Mutual labels:  alexa, alexa-skills-kit, alexa-sdk
Awesome Bots
The most awesome list about bots ⭐️🤖
Stars: ✭ 2,864 (+21930.77%)
Mutual labels:  alexa, alexa-skills-kit, alexa-sdk
alexa-ruby
Ruby toolkit for Amazon Alexa service
Stars: ✭ 17 (+30.77%)
Mutual labels:  alexa, alexa-skills-kit, alexa-sdk
Awesome Amazon Alexa
🗣Curated list of awesome resources for the Amazon Alexa platform.
Stars: ✭ 458 (+3423.08%)
Mutual labels:  alexa, alexa-skills-kit
ask-console-chrome-extension
⚡️ Chrome Extension for faster testing in the Alexa Skill Simulator
Stars: ✭ 37 (+184.62%)
Mutual labels:  alexa, alexa-skills-kit
alexa-apis-for-python
The Alexa APIs for Python consists of python classes that represent the request and response JSON of Alexa services. These models act as core dependency for the Alexa Skills Kit Python SDK (https://github.com/alexa/alexa-skills-kit-sdk-for-python).
Stars: ✭ 82 (+530.77%)
Mutual labels:  alexa, alexa-skills-kit
Alexaskillskit
Swift library to develop custom Alexa Skills
Stars: ✭ 160 (+1130.77%)
Mutual labels:  alexa, alexa-skills-kit
Alexa Smarthome
Resources for Alexa Smart Home developers.
Stars: ✭ 496 (+3715.38%)
Mutual labels:  alexa, alexa-skills-kit
Alexa Skills Kit Sdk For Java
The Alexa Skills Kit SDK for Java helps you get a skill up and running quickly, letting you focus on skill logic instead of boilerplate code.
Stars: ✭ 758 (+5730.77%)
Mutual labels:  alexa, alexa-skills-kit
Virtual Alexa
🤖 Easily test and debug Alexa skills programmatically
Stars: ✭ 106 (+715.38%)
Mutual labels:  alexa, alexa-skills-kit
Depressionai
Alexa skill for people suffering with depression.
Stars: ✭ 92 (+607.69%)
Mutual labels:  alexa, alexa-skills-kit
Alexa Voice Service.js
Library for interacting with Alexa Voice Service (AVS) in the browser.
Stars: ✭ 123 (+846.15%)
Mutual labels:  alexa, alexa-skills-kit
serverless-alexa-skills
Manage your Alexa Skills with Serverless Framework
Stars: ✭ 69 (+430.77%)
Mutual labels:  alexa, alexa-skills-kit
cookiecutter-flask-ask
Cookiecutter template for Alexa skills based on the fantastic Flask-Ask framework 🍾🗣❓
Stars: ✭ 51 (+292.31%)
Mutual labels:  alexa, alexa-skills-kit
Alexa Skill Kit
Library for effortless Alexa Skill development with AWS Lambda
Stars: ✭ 278 (+2038.46%)
Mutual labels:  alexa, alexa-skills-kit
Azure4Alexa
Create and Host Alexa Custom Skills using .NET and Azure
Stars: ✭ 48 (+269.23%)
Mutual labels:  alexa, alexa-skills-kit
Alexa Skills Kit Sdk For Python
The Alexa Skills Kit SDK for Python helps you get a skill up and running quickly, letting you focus on skill logic instead of boilerplate code.
Stars: ✭ 678 (+5115.38%)
Mutual labels:  alexa, alexa-skills-kit
alexa-skills-kit-golang
GoLang port of the Amazon Alexa Skills Kit
Stars: ✭ 48 (+269.23%)
Mutual labels:  alexa, alexa-skills-kit
Alexa Myqgarage
Use your Echo to control your Chamberlain MyQ Garage door
Stars: ✭ 63 (+384.62%)
Mutual labels:  alexa, alexa-skills-kit
Flask Ask
Alexa Skills Kit for Python
Stars: ✭ 1,877 (+14338.46%)
Mutual labels:  alexa, alexa-skills-kit

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].