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 6y 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 2d 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 10% 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

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M480](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M272](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

263103.1M454](/packages/google-gax)

PHPackages © 2026

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