Releases: EdouardCourty/tor-php
Releases · EdouardCourty/tor-php
1.1.0
What's Changed
- feat(client): retrieve exit nodes by @EdouardCourty in #1
New Contributors
- @EdouardCourty made their first contribution in #1
Full Changelog: 1.0.0...1.1.0
v1.0.0
Initial release of the project.
Additions
-
Added the
TorPHP\TorHttpClientto handle Tor-proxied HTTP requests.- Implements
Symfony\Contracts\HttpClient\HttpClientInterfacefor easy integration with other projects. - Integrates
TorPHP\TorControlClientto handle Tor circuit change.
- Implements
-
Added the
TorPHP\TorControlClientto handle TorControl commands.- Integrates
TorPHP\Transport\TorSocketClientto handle TorControl socket connections. - Supports the following:
- Gather current node's circuits
- Get / Set configuration options
- List current Onion services hosted on the node
- Creating / Deleting Onion services
- Handles authentication with password or cookie (or none).
- Integrates
-
Added the
TorPHP\Transport\TorSocketClientto handle TorControl socket connections. -
Added unit tests under tests
-
Added code examples under examples
Full Changelog: https://github.com/EdouardCourty/tor-php/commits/1.0.0