Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/phoice/phlexa
Build voice applications for Amazon Alexa with phlexa
https://github.com/phoice/phlexa
alexa alexa-skill amazon-alexa amazon-alexa-php php7 voice
Last synced: about 2 months ago
JSON representation
Build voice applications for Amazon Alexa with phlexa
- Host: GitHub
- URL: https://github.com/phoice/phlexa
- Owner: phoice
- Created: 2018-03-03T16:21:50.000Z (almost 7 years ago)
- Default Branch: develop
- Last Pushed: 2023-09-25T05:04:39.000Z (over 1 year ago)
- Last Synced: 2024-10-31T22:22:50.172Z (2 months ago)
- Topics: alexa, alexa-skill, amazon-alexa, amazon-alexa-php, php7, voice
- Language: PHP
- Size: 331 KB
- Stars: 20
- Watchers: 4
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# phlexa
Build voice applications for Amazon Alexa with phlexa and PHP
## Dependencies
* PHP 8.1
* PHP Curl Extension
* cURL class for PHP
* URL Normalizer from Glen Scott
* Zend\Diactoros## Installation
Install it in your PHP project simply with Composer:
```
composer require phoice/phlexa
```## Usage
To get started with this library please refer to the Amazon Alexa Skill Skeleton:
https://github.com/phoice/phlexa-expressive-skeleton