phoice / phlexa-mezzio
Build voice applications for Amazon Alexa with phlexa, PHP and Mezzio
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-10-25 10:07:28 UTC
README
Build voice applications for Amazon Alexa with phlexa, PHP and Mezzio.
Laminas und Mezzio 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
Laminas\ServiceManager
and some middleware classes ready to use for your
middleware pipeline. It also contains an Intent-Manager based on
Laminas\ServiceManager
to make intent class handling as easy as possible for
your applications.
Dependencies
- 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
Installation
Install it in your PHP project simply with Composer:
composer require phoice/phlexa-mezzio
Usage
To get started with this library please refer to the Amazon Alexs Skill Skeleton: