2017 © Pedro Peláez
 

library amazon-alexa-skill-zf

Zend Framework Library for Amazon Alexa Skills

image

travello-gmbh/amazon-alexa-skill-zf

Zend Framework Library for Amazon Alexa Skills

  • Saturday, June 9, 2018
  • by Frille
  • Repository
  • 1 Watchers
  • 1 Stars
  • 119 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 1 Open issues
  • 27 Versions
  • 1 % Grown

The README.md

Zend Framework Library for Amazon Alexa Skills

This library depends on the basic PHP library for building your own PHP based Amazon Alexa skills. It adds a couple of useful factory classes based on Zend\ServiceManager and some middleware classes ready to use for your middleware pipeline. It also contains an Intent-Manager based on Zend\ServiceManager to make intent class handling as easy as possible for your applications., (*1)

Dependencies

  • PHP 7
  • https://github.com/php-fig/http-message-util
  • https://github.com/http-interop/http-middleware
  • https://github.com/php-fig/container
  • https://github.com/php-fig/http-message
  • https://github.com/travello-gmbh/amazon-alexa-skill-library
  • https://github.com/zendframework/zend-expressive-router
  • https://github.com/zendframework/zend-expressive-template
  • https://github.com/zendframework/zend-servicemanager

Installation

Install it in your PHP project simply with Composer:, (*2)

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

Usage

To get started with this library please refer to the Amazon Alexs Skill Skeleton:, (*3)

https://github.com/travello-gmbh/amazon-alexa-skill-skeleton, (*4)

Todo

  • coming soon

The Versions