承接 stajor/proxy-fetcher 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

stajor/proxy-fetcher

最新稳定版本:3.7.1

Composer 安装命令:

composer require stajor/proxy-fetcher

包简介

PHP package for dealing with proxy lists from various sources

README 文档

README

Installation

$ composer require stajor/proxy-fetcher

Usage

<?php

$manager = new \ProxyFetcher\Manager();

// Filter proxies by country
$proxies = $manager->fetch(['country' => 'US']);

// Filter proxies by type
$proxies = $manager->fetch(['type' => 'SOCKS5']);

// Limit proxies results
$proxies = $manager->fetch(['limit' => 100]);

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/Stajor/proxy-fetcher. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.

License

The library is available as open source under the terms of the MIT License.

统计信息

  • 总下载量: 5.41k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 7
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 7
  • Watchers: 1
  • Forks: 1
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2019-01-03