Do You PHP はてブロ

Do You PHPはてなからはてブロに移動しました

Developing a PHP extension for Skype

Skypeあまり詳しくないんですが、面白そうなネタです。


At the Mayflower Barcamp a few weeks ago we had a very interesting and promising project: Develop a PHP extension for communication with Skype. Actually this project was a merge between two projects: One was to "develop a PHP extension" - five out of six project members never had written any PHP extension or did any PHP core development before. The other project was the Skype extension, with the goal to have a new PHP function that could send a chat message to a given Skype profile.

SkypeAPIドキュメントを読みつつ、「こうやったらできた」みたいな感じで書いているようです。ソース一式がcvsで公開されているようで、本文最後に情報があります。

cvs -d :pserver:anonymous@thinkforge.org:/cvsroot/barcamp login
cvs -d :pserver:anonymous@thinkforge.org:/cvsroot/barcamp checkout skype

とりあえず、checkoutだけしておきました:-)