phoice/phlexa-mezzio

Build voice applications for Amazon Alexa with phlexa, PHP and Mezzio

4.0.1 2023-09-25 07:32 UTC

This package is auto-updated.

Last update: 2024-03-25 08:44:04 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

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:

https://github.com/phoice/phlexa-mezzio-skeleton