PHP code example of pdllbq / yii2-proxylist-hidemyass-com-parser
1. Go to this page and download the library: Download pdllbq/yii2-proxylist-hidemyass-com-parser 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/ */
pdllbq / yii2-proxylist-hidemyass-com-parser example snippets
namespace app\controllers;
use yii\web\Controller;
use pdllbq\phcparser\Parser;
class ProxyController extends Controller
{
public function actionIndex()
{
print_r(Parser::getProxy());
}
}