phoice / phlexa-mezzio
使用phlexa、PHP和Mezzio构建为Amazon Alexa的语音应用
4.0.1
2023-09-25 07:32 UTC
Requires
- php: ^8.1
- fig/http-message-util: ^1.1
- laminas/laminas-dependency-plugin: ^2.2
- laminas/laminas-servicemanager: ^3.3
- mezzio/mezzio-router: ^3.0
- mezzio/mezzio-template: ^2.0
- phoice/phlexa: ^4.0
- psr/http-message: ^1.0
- psr/http-server-middleware: ^1.0
Requires (Dev)
- phpcompatibility/php-compatibility: 9.3.5
- phpunit/phpunit: ^10.3.4
- squizlabs/php_codesniffer: ^3.7
This package is auto-updated.
Last update: 2024-09-25 10:00:34 UTC
README
使用phlexa、PHP和Mezzio为Amazon Alexa构建语音应用。
Laminas和Mezzio库用于Amazon Alexa技能
此库依赖于phlexa,这是一个用于构建基于PHP的Amazon Alexa技能的库。它基于Laminas\ServiceManager
添加了一些有用的工厂类,并提供了一些中间件类,供您在中介管道中使用。它还包含一个基于Laminas\ServiceManager
的Intent-Manager,以尽可能简化您的应用程序中的Intent类处理。
依赖关系
- PHP 8.1
- 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/mezzio/mezzio-router
- https://github.com/mezzio/mezzio-template
- https://github.com/laminas/laminas-servicemanager
安装
只需使用Composer将其安装在您的PHP项目中
composer require phoice/phlexa-mezzio
用法
要开始使用此库,请参阅Amazon Alexs技能骨架