mosvov / skype-web-php
PHP client for Skype Web API
Installs: 366
Dependents: 0
Suggesters: 0
Security: 0
Stars: 13
Watchers: 6
Forks: 16
pkg:composer/mosvov/skype-web-php
Requires
- php: >=5.4.0
- guzzle/plugin: ^3.9
- guzzlehttp/guzzle: ^6.1
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.