PHPackages                             amaxlab/skype-bot-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. amaxlab/skype-bot-sdk

ActiveLibrary[API Development](/categories/api)

amaxlab/skype-bot-sdk
=====================

PHP SDK for Microsoft skype bot framework

v0.2.0-alpha(6y ago)018PHPPHP &gt;=5.5

Since Dec 16Pushed 6y ago2 watchersCompare

[ Source](https://github.com/amaxlab/skype-bot-sdk)[ Packagist](https://packagist.org/packages/amaxlab/skype-bot-sdk)[ RSS](/packages/amaxlab-skype-bot-sdk/feed)WikiDiscussions master Synced 4w ago

READMEChangelog (1)Dependencies (1)Versions (3)Used By (0)

skype-bot-sdk
=============

[](#skype-bot-sdk)

Skype bot framework PHP sdk

[![Build Status](https://camo.githubusercontent.com/e2fedffbd718c8dfee79380cc4c9c0010ae1988ccc2f9060a50c1c18172f6241/68747470733a2f2f7472617669732d63692e6f72672f70656e6963796c6c696e652f736b7970652d626f742d73646b2e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/penicylline/skype-bot-sdk)[![Code Climate](https://camo.githubusercontent.com/37b0a70d48066be0c7fed8f73e436d93b24b4466332d854883d9649fba5713a0/68747470733a2f2f636f6465636c696d6174652e636f6d2f6769746875622f70656e6963796c6c696e652f736b7970652d626f742d73646b2f6261646765732f6770612e737667)](https://codeclimate.com/github/penicylline/skype-bot-sdk)[![Test Coverage](https://camo.githubusercontent.com/89dd91b5c95729f138e867a8a529eb1e3f1439d233973dd57578f7e92ad16b38/68747470733a2f2f636f6465636c696d6174652e636f6d2f6769746875622f70656e6963796c6c696e652f736b7970652d626f742d73646b2f6261646765732f636f7665726167652e737667)](https://codeclimate.com/github/penicylline/skype-bot-sdk/coverage)[![Issue Count](https://camo.githubusercontent.com/674e655994eab18046b80af3cd7096a18f2bd37804cbf61535f28c6f486d0468/68747470733a2f2f636f6465636c696d6174652e636f6d2f6769746875622f70656e6963796c6c696e652f736b7970652d626f742d73646b2f6261646765732f69737375655f636f756e742e737667)](https://codeclimate.com/github/penicylline/skype-bot-sdk)

How to use
----------

[](#how-to-use)

Create new application, get app id and app password

Create your bot

Set your bot's "Messaging endpoint" to

Installation

composer require penicylline/skype-bot-sdk or require\_once &lt;vendor\_dir&gt;/SkypeBot/autoload.php

Initialize bot

```
$dataStorate = new \SkypeBot\Storage\FileStorage(sys_get_temp_dir());
$config = new \SkypeBot\Config(
    'YOUR SKYPE BOT ID',
    'YOUR SKYPE BOT SECRET'
);

$bot = \SkypeBot\SkypeBot::init($config, $dataStorate);
```

In your notification listener (listener.php)

```
$bot->getNotificationListener()->setMessageHandler(
    function($payload) {
        file_put_contents(
            sys_get_temp_dir() . '/conversation_id.txt',
            $payload->getConversation()->getId();
        );
    }
);
```

Send message to conversation

```
$bot->getApiClient()->call(
    new \SkypeBot\Command\SendMessage(
        'Hello World.',
        'Your conversation id'
    )
);
```

###  Health Score

22

—

LowBetter than 23% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity45

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 85.7% 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.

###  Release Activity

Cadence

Every ~886 days

Total

2

Last Release

2545d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/6e9583b4fdd7b474af93873467d383fba707deff341094b64caef90199c575c7?d=identicon)[zyuskin\_en](/maintainers/zyuskin_en)

---

Top Contributors

[![penicylline](https://avatars.githubusercontent.com/u/1639134?v=4)](https://github.com/penicylline "penicylline (12 commits)")[![zyuskin](https://avatars.githubusercontent.com/u/4607588?v=4)](https://github.com/zyuskin "zyuskin (2 commits)")

### Embed Badge

![Health badge](/badges/amaxlab-skype-bot-sdk/health.svg)

```
[![Health](https://phpackages.com/badges/amaxlab-skype-bot-sdk/health.svg)](https://phpackages.com/packages/amaxlab-skype-bot-sdk)
```

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

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

A PHP wrapper for Twilio's API

1.6k92.9M270](/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)[microsoft/microsoft-graph

The Microsoft Graph SDK for PHP

65723.5M95](/packages/microsoft-microsoft-graph)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)

PHPackages © 2026

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