From 7f0b08c9c8da742e5c2c414617490816253b47fa Mon Sep 17 00:00:00 2001 From: sikofitt Date: Fri, 23 Dec 2016 14:51:14 -0800 Subject: [PATCH] TorClient --- src/Sikofitt/Tor/Pool.php | 54 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 src/Sikofitt/Tor/Pool.php diff --git a/src/Sikofitt/Tor/Pool.php b/src/Sikofitt/Tor/Pool.php new file mode 100644 index 0000000..1b57daf --- /dev/null +++ b/src/Sikofitt/Tor/Pool.php @@ -0,0 +1,54 @@ +client = $client; + $this->pool = new GuzzlePool($this->client, $urls); + $promises = $this->pool->promise(); + $promises->wait(); + } + + public function images() { + + } + + public function links() + { + + } + + private function generator() + { + + } + + private function generate() + { + + } +} \ No newline at end of file