texnicii/proxy-grabber

There is no license information available for the latest version (v0.0.1) of this package.

Proxy grabber free proxies from open sources on the web

v0.0.1 2020-12-06 13:11 UTC

This package is auto-updated.

Last update: 2024-09-21 23:36:16 UTC


README

Grab and parse from all available sources (see proxy_sources.json)

$ProxyScraper = new ProxyScraper();
print_r($ps->all());

Add new source to the sources list

$ProxyScraper->add("SOURCE_URL", "type (http|socks4|socks5)");

Grab and parse from some source

$ProxyScraper->get("SOURCE_URL");