PHPackages                             omissis/php-ask-sdk - 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. omissis/php-ask-sdk

AbandonedArchivedLibrary[API Development](/categories/api)

omissis/php-ask-sdk
===================

PHP SDK for Amazon Alexa Skills Kit

013PHP

Since Jun 5Pushed 7y agoCompare

[ Source](https://github.com/omissis/php-ask-sdk)[ Packagist](https://packagist.org/packages/omissis/php-ask-sdk)[ RSS](/packages/omissis-php-ask-sdk/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependenciesVersions (3)Used By (0)

PHP ASK SDK
===========

[](#php-ask-sdk)

This repository contains an (experimental) API SDK for Alexa's Skill Management API written in PHP.

Local Testing
-------------

[](#local-testing)

In order to test it locally, you need to have an account on the [Alexa Developer Console](https://developer.amazon.com/alexa/console/ask) as well as a configured skill.

Once that's in place, run `composer install`; then create a `.env` file in the root of this repo and fill in the skill id.

Last, run `make env-renew-token`: that should open a browser and write a token in your env file once you authenticate.

You are now ready to try the examples by running `php examples/get_skill.php` and start tinkering with your skill.

Authentication
--------------

[](#authentication)

Quite unfortunately the only supported OAuth2 grant type is "authorization code", which forces the user to authenticate using a browser. In order to make things a bit simpler, there are two helper make targets that automate some parts of the process.

### Obtain an access token

[](#obtain-an-access-token)

```
make token

```

### Write a new access token in the .env file

[](#write-a-new-access-token-in-the-env-file)

```
make env-renew-token

```

### Notes

[](#notes)

Tokens are stored in ~/.ask/cli\_config

###  Health Score

19

—

LowBetter than 9% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity40

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/c25eeafecab0a0d959236ebee40cb1985033e840fe2bc8caaeb66cab07465071?d=identicon)[omissis](/maintainers/omissis)

---

Top Contributors

[![omissis](https://avatars.githubusercontent.com/u/197604?v=4)](https://github.com/omissis "omissis (35 commits)")

---

Tags

alexaamazonamazon-alexaphpvoice-ui

### Embed Badge

![Health badge](/badges/omissis-php-ask-sdk/health.svg)

```
[![Health](https://phpackages.com/badges/omissis-php-ask-sdk/health.svg)](https://phpackages.com/packages/omissis-php-ask-sdk)
```

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35816.3M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24015.5M18](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172437.8k11](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

94452.6k6](/packages/botman-driver-telegram)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
