PHP and Skype integration on ubuntu

I just started looking at the skype api developer to wrap skype sms sending in a web application.

I just want to send and receive skype messages using a web application.

I have some questions here.

  • I am developing on Ubuntu (Linux). It is possible to create a skype application over ubuntu.
  • Skype4com contains a DLL file, which is an alternative for Linux.
  • I want to send a Skype message to users without installing skype on my system.
  • Any tutorial or example would be helpful.

Please help and suggest me the best way to do this.

thanks

+4
source share
1 answer

There is a linux skype api that can do part of what you need: http://dev.skype.com/desktop-api-reference#Linux

However, a skype scanner is required for sending. (Since this is a way to send commands to the skype client, not a way to send commands directly). And I can’t find a way to send a login request to this client, so you will need to make sure skype is running and registered as the required user. Finally, you will need to click something in skype to allow your application to control skype.

+2
source

All Articles