2017 © Pedro Peláez
 

yii2-extension yii2-hidemy-proxy-parse

Parse proxy list

image

darovec/yii2-hidemy-proxy-parse

Parse proxy list

  • Sunday, January 28, 2018
  • by darovec
  • Repository
  • 1 Watchers
  • 0 Stars
  • 1 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

yii2-hidemy-proxy-parse

Parse proxy from hidemy.name extension for Yii2, (*1)

Installation

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)

Usage

use darovec\hidemyproxy\Proxy;

$ipOne = Proxy::one();
$ipList = Proxy::list();

$ipOne - single proxy ip, (*5)

$ipList - list of proxy ip, (*6)

Usage exemple

<?php
namespace app\controllers;

use yii\web\Controller;
use darovec\hidemyproxy\Proxy;

class ProxyController extends Controller
{
    public function actionIndex()
    {
        $proxyIp = Proxy::one();
    }

}

The Versions

28/01 2018

dev-master

9999999-dev

Parse proxy list

  Sources   Download

MIT

The Requires

 

by Avatar darovec

parse proxy