PHPackages                             nephre/skypebot - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. nephre/skypebot

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

nephre/skypebot
===============

Skype DBUS API interface

571[3 issues](https://github.com/nephre/skypebot/issues)PHP

Since Aug 13Pushed 9y ago1 watchersCompare

[ Source](https://github.com/nephre/skypebot)[ Packagist](https://packagist.org/packages/nephre/skypebot)[ RSS](/packages/nephre-skypebot/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependenciesVersions (1)Used By (0)

SkypeBot
========

[](#skypebot)

Playing around with Skype D-Bus API bindings for PHP. Useful for Skype auto-reminders, spamming group chats with jokes or random content, etc :)

Description
-----------

[](#description)

This "project" uses Skype D-Bus API, which is, unfortunately, already deprecated. Instead, developers are encouraged to use [Desktop API](https://support.skype.com/en/faq/FA214). Despite of above fact, DBUS API can be still used in version 4.X of Skype, which is latest available on Linux. Probably that is why Skype DBUS documentation is no longer officially published. I had to dig through the web to find it, PDF document is [here](http://kirils.org/skype/stuff/pdf/2013/SkypeSDK.pdf). See [credits](#credits) section as well.

Basic usage is very simple, just open your skype client, and open chat window with someone. Then, run from console:

```
php activechats.php
```

You should return chat ID of currently active chat window, something like:

```
CHAT #myskypeid/$friends.skype.id;cc5250703ad99efb FRIENDLYNAME My Friend Name
```

To send message, just type:

```
php send.php '#myskypeid/$friends.skype.id;cc5250703ad99efb' Your message here
```

Check your skype window, you've just sent message to your contact.

News
----

[](#news)

- It can now list existing chats and connect to any picked one.
- Error handling
- Generated docs: use `phpdoc/phpdocumentor`, with following command:

```
phpdoc -t docs -f "src/Skypebot/*.php" -e dbus --title SkypeBot --sourcecode -p --parseprivate --validate
```

- Stub class for some code completion

TODO
----

[](#todo)

- Create chat contacts as objects (and objects collection for multiple contacts)
- Prepare PHAR archive with parameters
- Finish stub class for code completion
- more...

Limitations
-----------

[](#limitations)

I do not currently plan implementing voice calls handling. Only chats support. I also haven't tested it with Skype against with statically compiled Qt (like, for instance, in PC-BSD packages)

Bugs
----

[](#bugs)

- When chat title contains regional (UTF-8?) characters, chat title returned is empty, with error message: ERROR 105 Invalid chat name

Requirements
------------

[](#requirements)

- Linux OS (\*-BSD probably also will be supported, as long as DBUS and Skype works there. No guarantee yet
- Skype for Linux (version 4.X).
- php &gt;= 5.4
- [php-dbus extension](https://github.com/nephre/php-dbus) After some problems fetching it from PEAR and SVN, I've created unofficial repository for this extension.
- [composer](https://getcomposer.org/download/). Some subscripts also utilise fabpot/goutte, but it's not mandatory to communicate with Skype

Credits
-------

[](#credits)

Below list is ordered chronologically (ascending - those whom work I use most recently, are being added to the list). Kirils is mentioned second, because when I started this project, Skype DBUS API documentation was officially available.

- Derick Rethans for php-dbus bindings
- Kirils Solovjovs for SkypeSDK.pdf

###  Health Score

19

—

LowBetter than 9% of packages

Maintenance8

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity41

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/c712e0711530fa34f9205f67303bd7c2c6cc7ab4c3aab124639cce70c93e8994?d=identicon)[nephre](/maintainers/nephre)

---

Top Contributors

[![nephre](https://avatars.githubusercontent.com/u/5500122?v=4)](https://github.com/nephre "nephre (8 commits)")

### Embed Badge

![Health badge](/badges/nephre-skypebot/health.svg)

```
[![Health](https://phpackages.com/badges/nephre-skypebot/health.svg)](https://phpackages.com/packages/nephre-skypebot)
```

PHPackages © 2026

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