PHPackages                             andrew-svirin/skype-client-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. [API Development](/categories/api)
4. /
5. andrew-svirin/skype-client-php

ActiveLibrary[API Development](/categories/api)

andrew-svirin/skype-client-php
==============================

PHP library for interact with Skype.

1.0.0(6y ago)1471MITPHPPHP &gt;=7.2CI failing

Since Sep 5Pushed 6y ago1 watchersCompare

[ Source](https://github.com/andrew-svirin/skype-client-php)[ Packagist](https://packagist.org/packages/andrew-svirin/skype-client-php)[ RSS](/packages/andrew-svirin-skype-client-php/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (3)Versions (3)Used By (0)

SKYPE CLIENT (PHP) [![Build Status](https://camo.githubusercontent.com/69e2aef609b9e39e316e7469b671a81a520fa1739915f9c8ac02e5b269b17921/68747470733a2f2f7472617669732d63692e6f72672f616e647265772d73766972696e2f736b7970652d636c69656e742d7068702e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/andrew-svirin/skype-client-php)
============================================================================================================================================================================================================================================================================================================================================

[](#skype-client-php-)

Provides interface for communicate with Skype server using Skype Account. Can be used to some skype integrations. In Symfony 5 exists notifier module that can be extended by this library.

Troubleshooting
===============

[](#troubleshooting)

Before usage please login by web-browser first, because account can be blocked by the Skype server.

### Installation for PHP 7.2+

[](#installation-for-php-72)

```
$ composer require andrew-svirin/skype-client-php
```

### License

[](#license)

andrew-svirin/skype-client-php is licensed under the MIT License, see the LICENSE file for details

### Example

[](#example)

Include

```
 use AndrewSvirin\SkypeClient\SkypeClient;
 use AndrewSvirin\SkypeClient\Services\SessionManager;
```

Initialize Client:

```
      $sessionManager = new SessionManager(
         __PROTECTED_DIR__ . '/sessions',
         EnvUtil::getSecret()
      );
      $client = new SkypeClient($sessionManager);
```

Login and create session:

```
      $account = new Account($username, $password);
      $session = $client->login($account);
```

Send message:

```
      $conversation = new Conversation(__SKYPE_ID__, __SKYPE_LABEL__);
      $client->sendMessage($session, $conversation, 'Hi');
```

More usage methods you can find in `tests/Unit/ClientTest.php` file.

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community5

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

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

Unknown

Total

1

Last Release

2441d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/16819743?v=4)[Andrew Svirin](/maintainers/andrew-svirin)[@andrew-svirin](https://github.com/andrew-svirin)

---

Tags

phpclientskype

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/andrew-svirin-skype-client-php/health.svg)

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

###  Alternatives

[openai-php/symfony

Symfony Bundle for OpenAI

215715.5k3](/packages/openai-php-symfony)[deepseek-php/deepseek-php-client

deepseek PHP client is a robust and community-driven PHP client library for seamless integration with the Deepseek API, offering efficient access to advanced AI and data processing capabilities.

47073.9k5](/packages/deepseek-php-deepseek-php-client)[google-gemini-php/symfony

Symfony Bundle for Gemini

149.4k1](/packages/google-gemini-php-symfony)

PHPackages © 2026

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