2017 © Pedro Peláez
 

library skype-status-php

Get Skype user's online status

image

stichoza/skype-status-php

Get Skype user's online status

  • Saturday, November 7, 2015
  • by stichoza
  • Repository
  • 6 Watchers
  • 19 Stars
  • 86 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 1 Open issues
  • 3 Versions
  • 6 % Grown

The README.md

skype-status-php

Latest Stable Version Total Downloads Downloads Month License Code Climate, (*1)

PHP class to get Skype user's online status., (*2)

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

Install this package through Composer. Edit your project's composer.json file to require stichoza/skype-status-php., (*3)

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

Or run a command in your command line:, (*4)

composer require stichoza/skype-status-php

Usage

Instantiate SkypeStatus object, (*5)

use Stichoza\Skype\SkypeStatus;

$mySkype = new SkypeStatus("echo123");

Get online status code and/or string, (*6)

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

Status Codes

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

The Versions

07/11 2015

dev-master

9999999-dev http://github.com/Stichoza/skype-status-php

Get Skype user's online status

  Sources   Download

MIT

The Requires

  • php >=5.3.29

 

The Development Requires

php online status offline skype

27/05 2015

v2.1.0

2.1.0.0 http://github.com/Stichoza/skype-status-php

Get Skype user's online status

  Sources   Download

MIT

The Requires

  • php >=5.3.29

 

The Development Requires

php online status offline skype

08/02 2015

v2.0.0

2.0.0.0 http://github.com/Stichoza/skype-status-php

Get Skype user's online status

  Sources   Download

MIT

The Requires

  • php >=5.3.29

 

The Development Requires

php online status offline skype