Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/phoice/phlexa-mezzio
Build voice applications for Amazon Alexa with phlexa, PHP and Mezzio / Laminas
https://github.com/phoice/phlexa-mezzio
Last synced: about 2 months ago
JSON representation
Build voice applications for Amazon Alexa with phlexa, PHP and Mezzio / Laminas
- Host: GitHub
- URL: https://github.com/phoice/phlexa-mezzio
- Owner: phoice
- Created: 2020-02-22T06:20:57.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-09-25T07:35:42.000Z (over 1 year ago)
- Last Synced: 2024-03-26T12:23:43.157Z (10 months ago)
- Language: PHP
- Size: 125 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# phlexa-mezzio
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:
https://github.com/phoice/phlexa-mezzio-skeleton