2017 © Pedro Peláez
 

php-extension php-proxy-list

Proxy list.

image

michaeldomo/php-proxy-list

Proxy list.

  • Monday, March 27, 2017
  • by MichaelDomo
  • Repository
  • 2 Watchers
  • 1 Stars
  • 68 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 17 % Grown

The README.md

PHP proxy list

Generate and store proxy list from site foxtools.ru, (*1)

Installation

The preferred way to install this extension is through composer., (*2)

Either run, (*3)

php composer.phar require michaeldomo/php-proxy-list "~1.0.0", (*4)

or add, (*5)

"require michaeldomo/php-proxy-list": "~1.0.0", (*6)

to the require section of your composer.json file., (*7)

Usage

$path = '@runtime/cache';
//cachetime in seconds, default 7200
$cachetime = 9600;
$model = new \michaeldomo\proxylist\FoxtoolsAdapter($path, $cachetime);
$list = $model->getProxyList();

or you can add your own adapter, just extend michaeldomo\proxylist\BaseProxyList, (*8)

The Versions

27/03 2017

dev-master

9999999-dev

Proxy list.

  Sources   Download

BSD-3-Clause

The Development Requires

by Michael Domo

php proxy proxy-list proxy list

27/03 2017

1.0.0

1.0.0.0

Proxy list.

  Sources   Download

BSD-3-Clause

The Development Requires

by Michael Domo

php proxy proxy-list proxy list