mosvov/skype-web-php

This package is abandoned and no longer maintained. No replacement package was suggested.

PHP client for Skype Web API

dev-master 2018-10-27 09:22 UTC

This package is not auto-updated.

Last update: 2022-10-01 08:06:30 UTC


README

Please check similar project on nodejs https://github.com/ShyykoSerhiy/skyweb

If you want to create a bot, take a look at https://github.com/Microsoft/BotBuilder and Microsoft Bot Framework - https://docs.microsoft.com/en-us/azure/bot-service/

skype-web-php

PHP client for Skype Web API

Installation

The preferred way to install this extension is through composer.

Either run

$ php composer.phar require mosvov/skype-web-php "dev-master"

or add

"mosvov/skype-web-php": "dev-master"

to the require section of your composer.json file.