dev-master
9999999-devParse proxy list
MIT
The Requires
by darovec
parse proxy
Parse proxy list
Parse proxy from hidemy.name extension for Yii2, (*1)
The preferred way to install this extension is through composer. Either run, (*2)
php composer.phar require darovec/yii2-hidemy-proxy-parse
or add, (*3)
"darovec/yii2-hidemy-proxy-parse": "*"
to the require section of your composer.json
file., (*4)
use darovec\hidemyproxy\Proxy; $ipOne = Proxy::one(); $ipList = Proxy::list();
$ipOne - single proxy ip, (*5)
$ipList - list of proxy ip, (*6)
<?php namespace app\controllers; use yii\web\Controller; use darovec\hidemyproxy\Proxy; class ProxyController extends Controller { public function actionIndex() { $proxyIp = Proxy::one(); } }
Parse proxy list
MIT
parse proxy