dev-master
9999999-devPHP library to manipulate with tor
MIT
The Requires
- php >=5.3.0
Wallogit.com
2017 © Pedro Peláez
PHP library to manipulate with tor
Via Composer, (*1)
bash
$ composer require bafoed/php-tor-control, (*2)
You can see a simple example of usage in example.php., (*3)
Available methods are:, (*4)
<?php
$torControl->changeIP(); // creates new tor identity
$torControl->getVersion(); // returns tord version
$torControl->getAddress(); // returns IP address of server
$torControl->getUser(); // returns username of tord user
$torControl->getAccountingStats(); // return some network stats if accounting is enabled
$torControl->_getInfo('circuit-status'); // call other tord functions (look for GETINFO docs)
Please see CHANGELOG for more information what has changed recently., (*5)
Please see CONTRIBUTING and CONDUCT for details., (*6)
If you discover any security related issues, please email bafoed@bafoed.ru instead of using the issue tracker., (*7)
The MIT License (MIT). Please see License File for more information., (*8)
PHP library to manipulate with tor
MIT