PHPackages                             maxbeckers/amazon-alexa-php - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. maxbeckers/amazon-alexa-php

ActiveLibrary[API Development](/categories/api)

maxbeckers/amazon-alexa-php
===========================

Php library for amazon echo (alexa) skill development.

2.1.1(7mo ago)11554.0k—8.1%31[1 issues](https://github.com/maxbeckers/amazon-alexa-php/issues)2MITPHPPHP &gt;=8.2CI passing

Since Jul 10Pushed 7mo ago13 watchersCompare

[ Source](https://github.com/maxbeckers/amazon-alexa-php)[ Packagist](https://packagist.org/packages/maxbeckers/amazon-alexa-php)[ RSS](/packages/maxbeckers-amazon-alexa-php/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (3)Versions (55)Used By (2)

[![Build Status](https://camo.githubusercontent.com/e7cb148d0630c189be9a1b11c4682bf0b22213762f2ced7185e36a6d2859c04e/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6d61786265636b6572732f616d617a6f6e2d616c6578612d7068702f6261646765732f6275696c642e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/maxbeckers/amazon-alexa-php/?branch=master)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/c4183e6dd86e8dd7c22e666b87f2e4e819327972be9bed14d21b8212538fe186/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6d61786265636b6572732f616d617a6f6e2d616c6578612d7068702f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/maxbeckers/amazon-alexa-php/?branch=master)[![Coverage Status](https://camo.githubusercontent.com/cbfb22b349c8d3d114b31fa921b92931ae13c4e514114c579cbcd4c237ef8810/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6d61786265636b6572732f616d617a6f6e2d616c6578612d7068702f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/maxbeckers/amazon-alexa-php/?branch=master)[![MIT Licence](https://camo.githubusercontent.com/fabb40ab22588a0746bb0916ed92739171bde7fb31f281c627aa588bcba62cc2/68747470733a2f2f6261646765732e66726170736f66742e636f6d2f6f732f6d69742f6d69742e7376673f763d313033)](https://opensource.org/licenses/mit-license.php)[![contributions welcome](https://camo.githubusercontent.com/9e93e892d0685e1bf7a1d0bd7c8410d6ecf2086a0a7b48dd58a6b96fa556ea2a/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f636f6e747269627574696f6e732d77656c636f6d652d627269676874677265656e2e7376673f7374796c653d666c6174)](https://github.com/maxbeckers/amazon-alexa-php/issues)

Amazon Alexa PHP Library
========================

[](#amazon-alexa-php-library)

A modern PHP library for building Amazon Alexa skills with clean, maintainable code. This library simplifies handling Alexa requests by providing a robust validation system, flexible request handlers, and helper utilities for common tasks.

🚀 Features
----------

[](#-features)

- **Request Validation**: Automatic verification of Amazon request signatures
- **Flexible Handler System**: Easy-to-extend request handler architecture
- **SSML Support**: Built-in Speech Synthesis Markup Language generator
- **APL Support**: Create and send Alexa Presentation Language documents, components, directives, gestures and commands
- **Device Address API**: Helper for accessing user location data
- **PHP 8.2+ Ready**: Leverages modern PHP features and type safety
- **Symfony Integration**: Available bundle for Symfony applications

📋 Requirements
--------------

[](#-requirements)

- PHP 8.2 or higher
- Composer

🔧 Installation
--------------

[](#-installation)

```
composer require maxbeckers/amazon-alexa-php
```

🚀 Quick Start
-------------

[](#-quick-start)

### Basic Request Handling

[](#basic-request-handling)

```
