ABC class
I know, I know. Not strictly PHP-GTK related (although I am working on a GTK project that uses it) but I felt I should share this code with you.
For the people that use the ABC bittorrent client as their preferred way of downloading it shouldn’t come as a surprise that it features a network component that lets you control the client over a TCP/IP connection.
I wrote a class that does the low level interfacing for you using PHP5’s OOP capabilities (there is another class available on phpclasses but it’s written for PHP4) which you can use within your custom application.
It is advisable to create your own filter classes that use this class and processes it’s results in a meaningful way.
Code here.