michaeldomo/php-proxy-list
最新稳定版本:1.0.0
Composer 安装命令:
composer require michaeldomo/php-proxy-list
包简介
Proxy list.
README 文档
README
Generate and store proxy list from site foxtools.ru
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require michaeldomo/php-proxy-list "~1.0.0"
or add
"require michaeldomo/php-proxy-list": "~1.0.0"
to the require section of your composer.json file.
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
统计信息
- 总下载量: 3.32k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 1
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: BSD-3-Clause
- 更新时间: 2017-03-27