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

Abandoned → [stichoza/skype-status-php](/?search=stichoza%2Fskype-status-php)ArchivedLibrary[Utility &amp; Helpers](/categories/utility)

stichoza/skype-status-php
=========================

Get Skype user's online status

v2.1.0(10y ago)191293[1 issues](https://github.com/Stichoza/skype-status-php/issues)MITPHPPHP &gt;=5.3.29

Since Feb 7Pushed 10y ago6 watchersCompare

[ Source](https://github.com/Stichoza/skype-status-php)[ Packagist](https://packagist.org/packages/stichoza/skype-status-php)[ Docs](http://github.com/Stichoza/skype-status-php)[ RSS](/packages/stichoza-skype-status-php/feed)WikiDiscussions master Synced 1mo ago

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

skype-status-php
================

[](#skype-status-php)

[![Latest Stable Version](https://camo.githubusercontent.com/95a61e1637d1bbf7f60769e1d3aef9864eeb80dcc32321ea3da33933acb44202/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f53746963686f7a612f736b7970652d7374617475732d7068702e737667)](https://packagist.org/packages/stichoza/skype-status-php) [![Total Downloads](https://camo.githubusercontent.com/16f967acf1d38e59ed038b59e21123e5d21667fb0c059fd2eb089ef34f0c286d/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f53746963686f7a612f736b7970652d7374617475732d7068702e737667)](https://packagist.org/packages/stichoza/skype-status-php) [![Downloads Month](https://camo.githubusercontent.com/0cfda71db4b84923701005ce3e4bb1b90dbd5870c701775463bbea70b8717d93/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f646d2f53746963686f7a612f736b7970652d7374617475732d7068702e737667)](https://packagist.org/packages/stichoza/skype-status-php) [![License](https://camo.githubusercontent.com/c7ef50b70f360346392758292dd7f62e15dfce1b6cfa741f4aacb12c800bc3b4/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f53746963686f7a612f736b7970652d7374617475732d7068702e737667)](https://packagist.org/packages/stichoza/skype-status-php) [![Code Climate](https://camo.githubusercontent.com/707561886037a706d24394890e3bd9d848f5430372dc58547102f26bbb7ed7d1/68747470733a2f2f696d672e736869656c64732e696f2f636f6465636c696d6174652f6769746875622f53746963686f7a612f736b7970652d7374617475732d7068702e737667)](https://codeclimate.com/github/Stichoza/skype-status-php)

PHP class to get Skype user's online status.

#### THIS PACKAGE DOES NOT WORK ANYMORE. Skype deprecated its XML response of status codes. I hope someday I will (or you will) find a way to make this package still work. Thanks! 🙂

[](#this-package-does-not-work-anymore-skype-deprecated-its-xml-response-of-status-codes-i-hope-someday-i-will-or-you-will-find-a-way-to-make-this-package-still-work-thanks-)

Installation
------------

[](#installation)

Install this package through [Composer](https://getcomposer.org/). Edit your project's `composer.json` file to require `stichoza/skype-status-php`.

```
"require": {
    "stichoza/skype-status-php": "~2.1"
}
```

**Or** run a command in your command line:

```
composer require stichoza/skype-status-php

```

Usage
-----

[](#usage)

Instantiate SkypeStatus object

```
use Stichoza\Skype\SkypeStatus;

$mySkype = new SkypeStatus("echo123");
```

Get online status code and/or string

```
echo "User is " . $mySkype->getStatusString();    // output: User is online
echo "Status code: " . $mySkype->getStatusCode(); // output: Status code: 2
```

Status Codes
------------

[](#status-codes)

- 0 - Unknown
- **1** - Offline
- **2** - Online
- **3** - Away
- **4** - Unavailable
- **5** - Do Not Disturb
- **6** - Invisible
- **7** - SkypeME

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance19

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 91.3% 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 ~107 days

Total

2

Last Release

4007d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1139050?v=4)[Levan Velijanashvili](/maintainers/stichoza)[@Stichoza](https://github.com/Stichoza)

---

Top Contributors

[![Stichoza](https://avatars.githubusercontent.com/u/1139050?v=4)](https://github.com/Stichoza "Stichoza (21 commits)")[![gadlol](https://avatars.githubusercontent.com/u/518451?v=4)](https://github.com/gadlol "gadlol (2 commits)")

---

Tags

phpstatusofflineonlineskype

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/stichoza-skype-status-php/health.svg)

```
[![Health](https://phpackages.com/badges/stichoza-skype-status-php/health.svg)](https://phpackages.com/packages/stichoza-skype-status-php)
```

###  Alternatives

[godbout/dash-docset-builder

Dash (LOVE) Docset Builder in PHP (LOVE).

1253.5k](/packages/godbout-dash-docset-builder)[imanghafoori/laravel-anypass

A minimal yet powerful package to help you in development.

21421.6k](/packages/imanghafoori-laravel-anypass)

PHPackages © 2026

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