Download the PHP package radutopala/skype-bot-php without Composer
On this page you can find all versions of the php package radutopala/skype-bot-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download radutopala/skype-bot-php
More information about radutopala/skype-bot-php
Files in radutopala/skype-bot-php
Download radutopala/skype-bot-php
More information about radutopala/skype-bot-php
Files in radutopala/skype-bot-php
Vendor radutopala
Package skype-bot-php
Short Description Skype Bot CLI & Library Client
License MIT
Homepage https://www.trisoft.ro
Package skype-bot-php
Short Description Skype Bot CLI & Library Client
License MIT
Homepage https://www.trisoft.ro
Please rate this library. Is it a good library?
Informations about the package skype-bot-php
PHP CLI/Library for the Skype Bot API
API Docs: https://developer.microsoft.com/en-us/skype/bots/docs
Installation
There are 2 ways to install it:
- Download the Phar
- Install as a Composer Package
Download the Phar
download the latest version from the Releases section or from the cli:
Install as a Composer Package
Usage
programmatic:
cli:
Here some usage examples.
Or with the phar file.
Tips
- If used as a library, the HTTP Guzzle Client will automatically try to re-authenticate using a Guzzle middleware, if the
access_token
will expire in the following 10 minutes. - If used as a phar, you can update it to latest version using
skype.phar self-update
-
If used as a library, you can store the token configs in your own preffered file path, as follows:
-
You can also write your own
TokenStorageInterface::class
- And you can also pass your custom
tokenStorageService
, a service that must implementTokenStorageInterface
; usable in Symfony scenarios
All versions of skype-bot-php with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.6
symfony/console Version ^2.8|^3
padraic/phar-updater Version ^1.0
guzzlehttp/guzzle Version ^6.2
symfony/yaml Version ^2.8|^3
symfony/filesystem Version ^2.8|^3
phpdocumentor/reflection-docblock Version ~3.0
mattketmo/camel Version ~1.1
rybakit/arguments-resolver Version ~0.5.0
symfony/console Version ^2.8|^3
padraic/phar-updater Version ^1.0
guzzlehttp/guzzle Version ^6.2
symfony/yaml Version ^2.8|^3
symfony/filesystem Version ^2.8|^3
phpdocumentor/reflection-docblock Version ~3.0
mattketmo/camel Version ~1.1
rybakit/arguments-resolver Version ~0.5.0
The package radutopala/skype-bot-php contains the following files
Loading the files please wait ....