Developing a PHP extension for Skype
Skypeあまり詳しくないんですが、面白そうなネタです。
SkypeのAPIドキュメントを読みつつ、「こうやったらできた」みたいな感じで書いているようです。ソース一式がcvsで公開されているようで、本文最後に情報があります。
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.
cvs -d :pserver:anonymous@thinkforge.org:/cvsroot/barcamp login cvs -d :pserver:anonymous@thinkforge.org:/cvsroot/barcamp checkout skype
とりあえず、checkoutだけしておきました:-)