2017 © Pedro Peláez
 

library php-tor-control

PHP library to manipulate with tor

image

bafoed/php-tor-control

PHP library to manipulate with tor

  • Wednesday, May 11, 2016
  • by bafoed
  • Repository
  • 2 Watchers
  • 0 Stars
  • 14 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 1 Versions
  • 133 % Grown

The README.md

PHP Tor Control library

Install

Via Composer, (*1)

bash $ composer require bafoed/php-tor-control, (*2)

Usage

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)

Change log

Please see CHANGELOG for more information what has changed recently., (*5)

Contributing

Please see CONTRIBUTING and CONDUCT for details., (*6)

Security

If you discover any security related issues, please email bafoed@bafoed.ru instead of using the issue tracker., (*7)

Credits

License

The MIT License (MIT). Please see License File for more information., (*8)

The Versions

11/05 2016

dev-master

9999999-dev

PHP library to manipulate with tor

  Sources   Download

MIT

The Requires

  • php >=5.3.0