PHP code example of texnicii / proxy-grabber
1. Go to this page and download the library: Download texnicii/proxy-grabber library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
texnicii / proxy-grabber example snippets
$ProxyScraper = new ProxyScraper();
print_r($ps->all());
$ProxyScraper->add("SOURCE_URL", "type (http|socks4|socks5)");
$ProxyScraper->get("SOURCE_URL");