Re: [tor-dev] Tor Control PHP library

2013-08-30 Thread Damian Johnson
> That said, this would be a perfect fit for a stem FAQ > entry on alternate controllers (there's quite a few small ones, > including java and a shell script off the top of my head). Done... https://stem.torproject.org/faq.html#are-there-any-other-controller-libraries If there's anything else ou

Re: [tor-dev] Tor Control PHP library

2013-08-29 Thread Damian Johnson
Hi Kévin, glad to see another controller library! This doesn't look to attempt much response parsing, nor has TorControl.php been touched for six months. I take it as if this is no longer under active development? I'm hesitant to add this to the volunteer page since the purpose of that site is to

[tor-dev] Tor Control PHP library

2013-08-29 Thread Kévin Dunglas
Hi, I've built a PHP library implementing the TOR control protocol: https://github.com/dunglas/php-torcontrol/ I've also built a Symfony framework bundle for this library: https://github.com/dunglas/DunglasTorControlBundle It allows to control a Tor server from a PHP script. Of course it's open