I’ve just released a new Symfony bundle to use easily the PHP TorControl library with the framework. TorControl is a library I’ve wrote designed to control a Tor server using the control socket. Install the bundle using Composer. Type this command in your Symfony project directory: composer require dunglas/torcontrol-bundle:dev-master Enable the bundle, edit your app/config.yml to…
Category: PHP
PHP TorControl, une bibliothèque pour contrôler un serveur Tor
Je viens juste de publier TorControl, une bibliothèque écrite en PHP qui permet de contrôler un serveur Tor. Elle permet de : Se connecter à un serveur Tor via des sockets réseaux (SSL ou non) et UNIX. S’authentifier en utilisant les méthodes sans vérification, par mot de passe et par cookie. La détection automatique de…
PHP TorControl, a library to control TOR
I have just released TorControl, a PHP library to control a Tor server. This library implements the Tor Control protocol. It supports: Connect to a Tor server through network socket, SSL network socket or UNIX socket Null, password and cookie file authentication methods Automatic authentication for null and cookie file methods Multi-line replies It is…