travello-gmbh / amazon-alexa-skill-zf
Zend Framework Library for Amazon Alexa Skills
2.4.1
2018-01-29 08:58 UTC
Requires
- php: ^7.0
- fig/http-message-util: ^1.1
- http-interop/http-middleware: ^0.4.1
- psr/http-message: ^1.0
- travello-gmbh/amazon-alexa-skill-library: ^2.1.0
- zendframework/zend-expressive-router: ^2.1
- zendframework/zend-expressive-template: ^1.0
- zendframework/zend-servicemanager: ^3.3
Requires (Dev)
- phpunit/phpunit: ^6.0
- squizlabs/php_codesniffer: ^2.3
README
This project is deprecated. Please move to https://github.com/phoice/phlexa-expressive
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.
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:
composer require travello-gmbh/amazon-alexa-skill-zf
Usage
To get started with this library please refer to the Amazon Alexs Skill Skeleton:
https://github.com/travello-gmbh/amazon-alexa-skill-skeleton
Todo
- coming soon