phoice / phlexa-expressive
Build voice applications for Amazon Alexa with phlexa, PHP and Zend\Expressive
Requires
- php: ^7.1
- fig/http-message-util: ^1.1
- phoice/phlexa: ^2.0.0
- psr/http-message: ^1.0
- psr/http-server-middleware: ^1.0
- zendframework/zend-expressive-router: ^3.0
- zendframework/zend-expressive-template: ^2.0
- zendframework/zend-servicemanager: ^3.3
Requires (Dev)
- phpunit/phpunit: ^7.0
- squizlabs/php_codesniffer: ^2.3
- dev-develop
- 2.0.1
- 2.0.0
- 2.0.0-beta16
- 2.0.0-beta15
- 2.0.0-beta14
- 2.0.0-beta13
- 2.0.0-beta12
- 2.0.0-beta11
- 2.0.0-beta10
- 2.0.0-beta9
- 2.0.0-beta8
- 2.0.0-beta7
- 2.0.0-beta6
- 2.0.0-beta5
- 2.0.0-beta4
- 2.0.0-beta3
- 2.0.0-beta2
- 2.0.0-beta1
- 1.0.1
- 1.0.0
- 1.0.0-beta9
- 1.0.0-beta8-2
- 1.0.0-beta8
- 1.0.0-beta7
- 1.0.0-beta-6
- 1.0.0-beta-5
- 1.0.0-beta-4
- 1.0.0-beta-3
- 1.0.0-beta-2
- 1.0.0-beta
- dev-master
- dev-2-add-apl-support
- dev-configure-server-host
This package is auto-updated.
Last update: 2020-09-06 13:47:17 UTC
README
Build voice applications for Amazon Alexa with phlexa, PHP and Zend\Expressive.
Zend Framework Library for Amazon Alexa Skills
This library depends on phlexa, the 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/phoice/phlexa
- 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 phoice/phlexa-expressive
Usage
To get started with this library please refer to the Amazon Alexs Skill Skeleton: