superdevelops / proxysearch
Parsing free proxy lists
This package's canonical repository appears to be gone and the package has been frozen as a result. Email us for help if needed.
0.3.7
2017-11-27 10:06 UTC
Requires
- php: >=5.3.0
This package is not auto-updated.
Last update: 2026-05-04 15:02:15 UTC
README
Simple proxy parser
Usage
require_once('vendor/autoload.php');
use proxier/ProxySearcher;
$proxy = new ProxySearcher();
$proxies = $proxy->run();
var_dump($proxies);
$proxies contains an array of proxy addresses from each parsed site