This repository was archived by the owner on Jun 19, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Home
Atanas Korabov edited this page Oct 18, 2023
·
1 revision
php-skype is a PHP library that facilitates easy integration with the Skype Web API. This allows developers to incorporate Skype functionalities such as messaging, profile retrieval, and chat creation into their PHP applications. Note that this library is not officially affiliated with Skype or Microsoft.
Key Features:
- Log in with a Microsoft account
- Get contacts, conversations, user profile, user invites
- Create one-to-one chats or group chats
- Send various kinds of messages (text, files, images, contacts)
- Edit or delete messages
- Set typing indicator, consumption horizon
- Configure endpoint
- Set group chat parameters (topic, moderation, open/closed for joining, history disclosure)
- Handle group chat members (add/remove, set admin)
- Leave a group chat
This library is easy to install using Composer and provides comprehensive documentation and examples. Contributions are welcome, and the library is licensed under BSD-3-Clause.