phoice / phlexa-expressive
此包已被废弃,不再维护。未建议替换包。
使用phlexa、PHP和Zend\Expressive构建Amazon Alexa语音应用
2.0.1
2019-09-15 06:45 UTC
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
使用phlexa、PHP和Zend\Expressive构建Amazon Alexa语音应用。
为Amazon Alexa技能的Zend框架库
此库依赖于phlexa,一个用于构建基于PHP的Amazon Alexa技能的库。它基于Zend\ServiceManager
添加了一些有用的工厂类和一些可用于中间件管道的中间件类。它还包含一个基于Zend\ServiceManager
的Intent-Manager,以便尽可能简化应用程序中的意图类处理。
依赖关系
- 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
安装
使用Composer简单地在您的PHP项目中安装它
composer require phoice/phlexa-expressive
用法
要开始使用此库,请参阅Amazon Alexs技能骨架